Changeset 60514
- Timestamp:
- 07/26/2025 03:55:15 PM (8 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwelve
- Files:
-
- 2 edited
-
functions.php (modified) (5 diffs)
-
inc/custom-header.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r60508 r60514 568 568 569 569 /** 570 * Extend the default WordPress body classes.570 * Extends the default WordPress body classes. 571 571 * 572 572 * Extends the default WordPress body class to denote: … … 624 624 625 625 /** 626 * Adjust content width in certain contexts.626 * Adjusts content width in certain contexts. 627 627 * 628 628 * Adjusts content_width value for full-width and single image attachment … … 675 675 676 676 /** 677 * Render the site title for the selective refresh partial.677 * Renders the site title for the selective refresh partial. 678 678 * 679 679 * @since Twenty Twelve 2.0 … … 688 688 689 689 /** 690 * Render the site tagline for the selective refresh partial.690 * Renders the site tagline for the selective refresh partial. 691 691 * 692 692 * @since Twenty Twelve 2.0 … … 733 733 if ( ! function_exists( 'wp_body_open' ) ) : 734 734 /** 735 * Fire the wp_body_open action.735 * Fires the wp_body_open action. 736 736 * 737 737 * Added for backward compatibility to support pre-5.2.0 WordPress versions. -
trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php
r60508 r60514 49 49 50 50 /** 51 * Load our special font CSS file.51 * Loads our special font CSS file. 52 52 * 53 53 * @since Twenty Twelve 1.2 … … 62 62 63 63 /** 64 * Style the header text displayed on the blog.64 * Styles the header text displayed on the blog. 65 65 * 66 66 * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value. … … 102 102 103 103 /** 104 * Style the header image displayed on the Appearance > Header admin panel.104 * Styles the header image displayed on the Appearance > Header admin panel. 105 105 * 106 106 * @since Twenty Twelve 1.0 … … 142 142 143 143 /** 144 * Output markup to be displayed on the Appearance > Header admin panel.144 * Outputs markup to be displayed on the Appearance > Header admin panel. 145 145 * 146 146 * This callback overrides the default markup displayed there. … … 169 169 170 170 /** 171 * Output markup to be displayed.171 * Outputs markup to be displayed. 172 172 * 173 173 * @since Twenty Twelve 4.1
Note: See TracChangeset
for help on using the changeset viewer.