- Timestamp:
- 04/23/2019 01:03:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/template-tags.php
r44305 r45256 239 239 } 240 240 endif; 241 242 if ( ! function_exists( 'wp_body_open' ) ) : 243 /** 244 * Fire the wp_body_open action. 245 * 246 * Added for backwards compatibility to support pre 5.2.0 WordPress versions. 247 * 248 * @since Twenty Nineteen 1.4 249 */ 250 function wp_body_open() { 251 /** 252 * Triggered after the opening <body> tag. 253 * 254 * @since Twenty Nineteen 1.4 255 */ 256 do_action( 'wp_body_open' ); 257 } 258 endif;
Note: See TracChangeset
for help on using the changeset viewer.