Changeset 30543 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 11/24/2014 05:52:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r28712 r30543 30 30 * 31 31 * The default directory is wp-content/plugins. To change the default directory 32 * manually, define <code>WP_PLUGIN_DIR</code> and <code>WP_PLUGIN_URL</code> 33 * in wp-config.php. 32 * manually, define `WP_PLUGIN_DIR` and `WP_PLUGIN_URL` in `wp-config.php`. 34 33 * 35 34 * @access private 36 35 * @since 3.1.0 37 * @return array Files to include 36 * 37 * @return array Files to include. 38 38 */ 39 39 function wp_get_active_network_plugins() {
Note: See TracChangeset
for help on using the changeset viewer.