Changeset 42843 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 03/18/2018 02:22:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r42787 r42843 464 464 * Plugins in the mu-plugins/ folder can't be "activated," so this function will 465 465 * return false for those plugins. 466 * 466 * 467 467 * For more information on this and similar theme functions, check out 468 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 468 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 469 469 * Conditional Tags} article in the Theme Developer Handbook. 470 * 470 * 471 471 * @since 2.5.0 472 472 * … … 482 482 * 483 483 * Reverse of is_plugin_active(). Used as a callback. 484 * 484 * 485 485 * For more information on this and similar theme functions, check out 486 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 486 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 487 487 * Conditional Tags} article in the Theme Developer Handbook. 488 * 488 * 489 489 * @since 3.1.0 490 490 * @see is_plugin_active() … … 504 504 * Plugins in the mu-plugins/ folder can't be "activated," so this function will 505 505 * return false for those plugins. 506 * 506 * 507 507 * For more information on this and similar theme functions, check out 508 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 508 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 509 509 * Conditional Tags} article in the Theme Developer Handbook. 510 * 510 * 511 511 * @since 3.0.0 512 512 *
Note: See TracChangeset
for help on using the changeset viewer.