Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in various docblocks.

See #51800, #52217

File:
1 edited

Legend:

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

    r49927 r49936  
    12321232 *
    12331233 * @param string $plugin Path to the plugin file relative to the plugins directory.
    1234  * @return true True if a plugin's uninstall.php file has been found and included.
     1234 * @return true|void True if a plugin's uninstall.php file has been found and included.
     1235 *                   Void otherwise.
    12351236 */
    12361237function uninstall_plugin( $plugin ) {
Note: See TracChangeset for help on using the changeset viewer.