Make WordPress Core


Ignore:
Timestamp:
03/18/2018 02:22:09 PM (7 years ago)
Author:
ocean90
Message:

Pinking shears.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin.php

    r42787 r42843  
    464464 * Plugins in the mu-plugins/ folder can't be "activated," so this function will
    465465 * return false for those plugins.
    466  * 
     466 *
    467467 * 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/
    469469 * Conditional Tags} article in the Theme Developer Handbook.
    470  * 
     470 *
    471471 * @since 2.5.0
    472472 *
     
    482482 *
    483483 * Reverse of is_plugin_active(). Used as a callback.
    484  * 
     484 *
    485485 * 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/
    487487 * Conditional Tags} article in the Theme Developer Handbook.
    488  * 
     488 *
    489489 * @since 3.1.0
    490490 * @see is_plugin_active()
     
    504504 * Plugins in the mu-plugins/ folder can't be "activated," so this function will
    505505 * return false for those plugins.
    506  * 
     506 *
    507507 * 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/
    509509 * Conditional Tags} article in the Theme Developer Handbook.
    510  * 
     510 *
    511511 * @since 3.0.0
    512512 *
Note: See TracChangeset for help on using the changeset viewer.