mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
Theme: Enable the new global header/footer
This commit is contained in:
parent
b0496e7a84
commit
ed37e852cc
8 changed files with 303 additions and 42 deletions
|
@ -3,24 +3,14 @@
|
|||
* These are stubs for closed source code, or things that only apply to local environments.
|
||||
*/
|
||||
|
||||
defined( 'WPINC' ) || die();
|
||||
|
||||
namespace {
|
||||
defined( 'WPINC' ) || die();
|
||||
define( 'WPORG_SUPPORT_FORUMS_BLOGID', 419 );
|
||||
|
||||
define( 'WPORG_SUPPORT_FORUMS_BLOGID', 419 );
|
||||
require_once WPMU_PLUGIN_DIR . '/wporg-mu-plugins/mu-plugins/loader.php';
|
||||
|
||||
/**
|
||||
* Stub.
|
||||
*/
|
||||
function bump_stats_extra( $name, $value, $views = 1 ) {
|
||||
}
|
||||
}
|
||||
|
||||
namespace WordPressdotorg\MU_Plugins\Helpers {
|
||||
/**
|
||||
* Stub.
|
||||
*/
|
||||
function natural_language_join( array $list, $conjunction = 'and' ): string {
|
||||
return implode( ', ', $list );
|
||||
}
|
||||
/**
|
||||
* Stub.
|
||||
*/
|
||||
function bump_stats_extra( $name, $value, $views = 1 ) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue