mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 13:55:44 +03:00
Unify the plugin and theme namespaces
This commit is contained in:
parent
266ba447b4
commit
a2fba5250e
9 changed files with 9 additions and 9 deletions
|
@ -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() ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue