Changeset 47467 for branches/5.4/src/wp-includes/default-filters.php
- Timestamp:
- 03/17/2020 07:26:34 PM (4 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-includes/default-filters.php
r47221 r47467 539 539 add_action( 'activate_header', '_wp_admin_bar_init' ); 540 540 add_action( 'wp_body_open', 'wp_admin_bar_render', 0 ); 541 add_action( 'wp_footer', 'wp_admin_bar_render', 1000 ); // Back-compat for themes not using `wp_body_open`. 541 542 add_action( 'in_admin_header', 'wp_admin_bar_render', 0 ); 542 543
Note: See TracChangeset
for help on using the changeset viewer.