mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +03:00
Unify the plugin and theme namespaces
This commit is contained in:
parent
266ba447b4
commit
a2fba5250e
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?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 we don't have any posts to display for the archive, then send a 404 status. See #meta4151.
|
||||||
if ( ! have_posts() ) {
|
if ( ! have_posts() ) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
global $wporg_global_header_options;
|
global $wporg_global_header_options;
|
||||||
$GLOBALS['pagetitle'] = wp_get_document_title();
|
$GLOBALS['pagetitle'] = wp_get_document_title();
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace WordPressdotorg\Five_for_the_Future\Theme;
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue