mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-12 06:53:44 +03:00
17 lines
334 B
PHP
17 lines
334 B
PHP
<?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 ) {
|
|
}
|