Unify the plugin and theme namespaces

This commit is contained in:
Corey McKrill 2019-10-22 10:57:04 -07:00
parent 266ba447b4
commit a2fba5250e
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
9 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
get_header(); ?>

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
// If we don't have any posts to display for the archive, then send a 404 status. See #meta4151.
if ( ! have_posts() ) {

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
?>

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
/**

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
global $wporg_global_header_options;
$GLOBALS['pagetitle'] = wp_get_document_title();

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
get_header(); ?>

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
get_header(); ?>

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
?>

View file

@ -1,6 +1,6 @@
<?php
namespace WordPressdotorg\Five_for_the_Future\Theme;
namespace WordPressDotOrg\FiveForTheFuture\Theme;
get_header(); ?>