Changeset 62471
- Timestamp:
- 06/06/2026 11:01:43 PM (34 hours ago)
- Location:
- trunk/src/wp-content/themes/twentysixteen
- Files:
-
- 2 edited
-
functions.php (modified) (3 diffs)
-
inc/back-compat.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r62344 r62471 28 28 /** 29 29 * Twenty Sixteen only works in WordPress 4.4 or later. 30 * 31 * @global string $wp_version The WordPress version string. 30 32 */ 31 33 if ( version_compare( $GLOBALS['wp_version'], '4.4-alpha', '<' ) ) { … … 44 46 * 45 47 * @since Twenty Sixteen 1.0 48 * 49 * @global string $wp_version The WordPress version string. 46 50 */ 47 51 function twentysixteen_setup() { … … 242 246 * Priority 0 to make it available to lower priority callbacks. 243 247 * 244 * @ global int $content_width245 * 246 * @ since Twenty Sixteen 1.0248 * @since Twenty Sixteen 1.0 249 * 250 * @global int $content_width Content width. 247 251 */ 248 252 function twentysixteen_content_width() { -
trunk/src/wp-content/themes/twentysixteen/inc/back-compat.php
r60527 r62471 36 36 * @since Twenty Sixteen 1.0 37 37 * 38 * @global string $wp_version WordPress version.38 * @global string $wp_version The WordPress version string. 39 39 */ 40 40 function twentysixteen_upgrade_notice() { … … 54 54 * @since Twenty Sixteen 1.0 55 55 * 56 * @global string $wp_version WordPress version.56 * @global string $wp_version The WordPress version string. 57 57 */ 58 58 function twentysixteen_customize() { … … 76 76 * @since Twenty Sixteen 1.0 77 77 * 78 * @global string $wp_version WordPress version.78 * @global string $wp_version The WordPress version string. 79 79 */ 80 80 function twentysixteen_preview() {
Note: See TracChangeset
for help on using the changeset viewer.