Skip to content

Commit

Permalink
rename for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Aug 27, 2021
1 parent a17be8a commit b2cbf26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mu-plugins/blocks/global-header-footer/blocks.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace WordPress_org\MU_Plugins\Global_Header_Footer;
namespace WordPressdotorg\MU_Plugins\Global_Header_Footer;

defined( 'WPINC' ) || die();

Expand All @@ -12,12 +12,12 @@ function register_assets() {
// don't want this visible in Inserter. need to create ticket for that?
register_block_type(
'wordpress-org/global-header',
'wporg/global-header',
array( 'render_callback' => __NAMESPACE__ . '\render_global_header' )
);

register_block_type(
'wordpress-org/global-footer',
'wporg/global-footer',
array( 'render_callback' => __NAMESPACE__ . '\render_global_footer' )
);
}
Expand Down

0 comments on commit b2cbf26

Please sign in to comment.