- Timestamp:
- 06/07/2026 10:12:54 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r62344 r62472 12 12 /** 13 13 * Twenty Seventeen only works in WordPress 4.7 or later. 14 * 15 * @global string $wp_version The WordPress version string. 14 16 */ 15 17 if ( version_compare( $GLOBALS['wp_version'], '4.7-alpha', '<' ) ) { … … 24 26 * runs before the init hook. The init hook is too late for some features, such 25 27 * as indicating support for post thumbnails. 28 * 29 * @since Twenty Seventeen 1.0 30 * 31 * @global int $content_width Content width. 26 32 */ 27 33 function twentyseventeen_setup() { … … 249 255 * Priority 0 to make it available to lower priority callbacks. 250 256 * 251 * @global int $content_width 257 * @global int $content_width Content width. 252 258 */ 253 259 function twentyseventeen_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)