Make WordPress Core

Changeset 34825


Ignore:
Timestamp:
10/05/2015 02:54:56 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing DocBlock summaries to three functions in wp-admin/includes/plugin.php.

See #32246.

File:
1 edited

Legend:

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

    r34818 r34825  
    18401840
    18411841/**
    1842  * {@internal Missing Short Description}}
     1842 * Refreshes the value of the options whitelist available via the 'whitelist_options' filter.
    18431843 *
    18441844 * @since 2.7.0
     
    18591859
    18601860/**
    1861  * {@internal Missing Short Description}}
     1861 * Adds an array of options to the options whitelist.
    18621862 *
    18631863 * @since 2.7.0
     
    18921892
    18931893/**
    1894  * {@internal Missing Short Description}}
     1894 * Removes a list of options from the options whitelist.
    18951895 *
    18961896 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.