- Timestamp:
- 04/23/2019 01:03:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php
r42343 r45256 199 199 add_action( 'edit_category', 'twentyseventeen_category_transient_flusher' ); 200 200 add_action( 'save_post', 'twentyseventeen_category_transient_flusher' ); 201 202 if ( ! function_exists( 'wp_body_open' ) ) : 203 /** 204 * Fire the wp_body_open action. 205 * 206 * Added for backwards compatibility to support pre 5.2.0 WordPress versions. 207 * 208 * @since Twenty Seventeen 2.2 209 */ 210 function wp_body_open() { 211 /** 212 * Triggered after the opening <body> tag. 213 * 214 * @since Twenty Seventeen 2.2 215 */ 216 do_action( 'wp_body_open' ); 217 } 218 endif;
Note: See TracChangeset
for help on using the changeset viewer.