Changeset 36397
- Timestamp:
- 01/26/2016 12:31:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r36283 r36397 428 428 429 429 /** 430 * Check whether the plugin is active by checking the active_plugins list. 430 * Check whether a plugin is active. 431 * 432 * Only plugins installed in the plugins/ folder can be active. 433 * 434 * Plugins in the mu-plugins/ folder can't be "activated," so this function will 435 * return false for those plugins. 431 436 * 432 437 * @since 2.5.0 … … 456 461 /** 457 462 * Check whether the plugin is active for the entire network. 463 * 464 * Only plugins installed in the plugins/ folder can be active. 465 * 466 * Plugins in the mu-plugins/ folder can't be "activated," so this function will 467 * return false for those plugins. 458 468 * 459 469 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.