mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 00:24:34 +00:00
Docs: Expand delete_theme() return value, fix typo in delete_plugins() return value.
See #42505. git-svn-id: https://develop.svn.wordpress.org/trunk@42778 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -816,7 +816,7 @@ function activate_plugins( $plugins, $redirect = '', $network_wide = false, $sil
|
||||
*
|
||||
* @param array $plugins List of plugins to delete.
|
||||
* @param string $deprecated Deprecated.
|
||||
* @return bool|null|WP_Error True on success, false is $plugins is empty, WP_Error on failure.
|
||||
* @return bool|null|WP_Error True on success, false if `$plugins` is empty, WP_Error on failure.
|
||||
* Null if filesystem credentials are required to proceed.
|
||||
*/
|
||||
function delete_plugins( $plugins, $deprecated = '' ) {
|
||||
|
||||
Reference in New Issue
Block a user