Make WordPress Core

Changeset 32340


Ignore:
Timestamp:
05/04/2015 01:07:47 AM (10 years ago)
Author:
DrewAPicture
Message:

Add a missing @return tag to the DocBlock for `uninstall_plugin().

See #32246.

File:
1 edited

Legend:

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

    r31217 r32340  
    945945 *
    946946 * @param string $plugin Relative plugin path from Plugin Directory.
     947 * @return true True if a plugin's uninstall.php file has been found and included.
    947948 */
    948949function uninstall_plugin($plugin) {
Note: See TracChangeset for help on using the changeset viewer.