- Timestamp:
- 04/23/2019 01:03:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r44574 r45256 268 268 } 269 269 endif; 270 271 if ( ! function_exists( 'wp_body_open' ) ) : 272 /** 273 * Fire the wp_body_open action. 274 * 275 * Added for backwards compatibility to support pre 5.2.0 WordPress versions. 276 * 277 * @since Twenty Fifteen 2.5 278 */ 279 function wp_body_open() { 280 /** 281 * Triggered after the opening <body> tag. 282 * 283 * @since Twenty Fifteen 2.5 284 */ 285 do_action( 'wp_body_open' ); 286 } 287 endif;
Note: See TracChangeset
for help on using the changeset viewer.