Changeset 42787 for trunk/src/wp-includes/load.php
- Timestamp:
- 03/05/2018 09:49:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r42723 r42787 654 654 * While upgrading or installing WordPress, no plugins are returned. 655 655 * 656 * The default directory is wp-content/plugins. To change the default656 * The default directory is `wp-content/plugins`. To change the default 657 657 * directory manually, define `WP_PLUGIN_DIR` and `WP_PLUGIN_URL` 658 * in wp-config.php.659 * 660 * @since 3.0.0 661 * @access private 662 * 663 * @return array Files.658 * in `wp-config.php`. 659 * 660 * @since 3.0.0 661 * @access private 662 * 663 * @return string[] $plugin_file Array of paths to plugin files relative to the plugins directory. 664 664 */ 665 665 function wp_get_active_and_valid_plugins() {
Note: See TracChangeset
for help on using the changeset viewer.