mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Fix local env.
This commit is contained in:
parent
19b3897514
commit
6b7fb7f37c
8 changed files with 2556 additions and 574 deletions
16
env/0-sandbox.php
vendored
Normal file
16
env/0-sandbox.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/*
|
||||
* These are stubs for closed source code, or things that only apply to local environments.
|
||||
*/
|
||||
|
||||
defined( 'WPINC' ) || die();
|
||||
|
||||
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 ) {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue