Changeset 62471 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 06/06/2026 11:01:43 PM (2 months ago)
- File:
-
- 1 edited
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() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)