Skip to content

Commit

Permalink
Remove the removal of the margin top. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Nov 13, 2024
1 parent c5a70a6 commit 69b84e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/wp-content/themes/wporg-parent-2021/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ function theme_support() {
// Experimental support for adding blocks inside nav menus
add_theme_support( 'block-nav-menus' );

// Remove the default margin-top added when the admin bar is used, this is
// handled by the theme, in `_site-header.scss`.
add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) );

register_block_pattern_category(
'wporg',
array(
Expand Down

0 comments on commit 69b84e2

Please sign in to comment.