Initial Commit
This commit is contained in:
parent
4c352bf02e
commit
1ab6e5f0b0
1085 changed files with 195258 additions and 0 deletions
12
plugins/jetpack/3rd-party/3rd-party.php
vendored
Normal file
12
plugins/jetpack/3rd-party/3rd-party.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* Placeholder to load 3rd party plugin tweaks until a legit system
|
||||
* is architected
|
||||
*/
|
||||
|
||||
require_once( JETPACK__PLUGIN_DIR . '3rd-party/buddypress.php' );
|
||||
require_once( JETPACK__PLUGIN_DIR . '3rd-party/wpml.php' );
|
||||
require_once( JETPACK__PLUGIN_DIR . '3rd-party/bitly.php' );
|
||||
require_once( JETPACK__PLUGIN_DIR . '3rd-party/bbpress.php' );
|
||||
require_once( JETPACK__PLUGIN_DIR . '3rd-party/woocommerce.php' );
|
Reference in a new issue