Changeset 60514 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 07/26/2025 03:55:15 PM (9 months ago)
- File:
-
- 1 edited
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.
Note: See TracChangeset
for help on using the changeset viewer.