Changeset 60583
- Timestamp:
- 11/19/2025 05:26:28 PM (5 days ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
customize/class-wp-customize-header-image-control.php (modified) (5 diffs)
-
version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize/class-wp-customize-header-image-control.php
r59981 r60583 66 66 67 67 /** 68 * Enqueues control related scripts/styles. 69 * 70 * @since 3.9.0 68 71 */ 69 72 public function enqueue() { … … 97 100 98 101 /** 102 * Prepares the control. 103 * 104 * @since 3.9.0 105 * 99 106 * @global Custom_Image_Header $custom_image_header 100 107 */ … … 114 121 115 122 /** 123 * Prints header image template. 124 * 125 * @since 3.9.0 116 126 */ 117 127 public function print_header_image_template() { … … 180 190 181 191 /** 192 * Gets current image source. 193 * 194 * @since 3.9.0 195 * 182 196 * @return string|void 183 197 */ … … 191 205 192 206 /** 207 * Renders the control's content. 208 * 209 * @since 3.9.0 193 210 */ 194 211 public function render_content() { -
trunk/wp-includes/version.php
r60582 r60583 17 17 * @global string $wp_version 18 18 */ 19 $wp_version = '7.0-alpha-6127 0';19 $wp_version = '7.0-alpha-61271'; 20 20 21 21 /**
Note: See TracChangeset
for help on using the changeset viewer.