Theme: Enable the new global header/footer

This commit is contained in:
Ian Dunn 2023-11-03 11:35:16 -07:00
parent b0496e7a84
commit ed37e852cc
8 changed files with 303 additions and 42 deletions

View file

@ -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 ) {
}