Changeset 52330 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 12/07/2021 12:00:45 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/admin-bar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r52158 r52330 418 418 function wp_admin_bar_edit_site_menu( $wp_admin_bar ) { 419 419 // Don't show if a block theme is not activated. 420 if ( ! wp_is_block_t emplate_theme() ) {420 if ( ! wp_is_block_theme() ) { 421 421 return; 422 422 } … … 448 448 449 449 // Don't show if a block theme is activated. 450 if ( wp_is_block_t emplate_theme() ) {450 if ( wp_is_block_theme() ) { 451 451 return; 452 452 }
Note: See TracChangeset
for help on using the changeset viewer.