Docs: Corrections and improvements to types used in various docblocks.
See #51800, #52217 Built from https://develop.svn.wordpress.org/trunk@49936 git-svn-id: http://core.svn.wordpress.org/trunk@49635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1231,7 +1231,8 @@ function is_uninstallable_plugin( $plugin ) {
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $plugin Path to the plugin file relative to the plugins directory.
|
||||
* @return true True if a plugin's uninstall.php file has been found and included.
|
||||
* @return true|void True if a plugin's uninstall.php file has been found and included.
|
||||
* Void otherwise.
|
||||
*/
|
||||
function uninstall_plugin( $plugin ) {
|
||||
$file = plugin_basename( $plugin );
|
||||
|
||||
Reference in New Issue
Block a user