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