Changeset 47455 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 03/14/2020 03:59:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r47406 r47455 2894 2894 function wp_footer() { 2895 2895 /** 2896 * Sets up the Admin Bar if the current theme does not use `wp_body_open`.2897 *2898 * @since 5.4.02899 */2900 if ( ! did_action( 'wp_body_open' ) ) {2901 add_action( 'wp_footer', 'wp_admin_bar_render', 1000 );2902 }2903 /**2904 2896 * Prints scripts or data before the closing body tag on the front end. 2905 2897 *
Note: See TracChangeset
for help on using the changeset viewer.