mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
Add a missing . in the Hook documentation from r25542 See #22704
git-svn-id: https://develop.svn.wordpress.org/trunk@25543 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6048f75b93
commit
f0fa5f821e
@ -1517,7 +1517,7 @@ class WP_Automatic_Upgrader {
|
||||
* @param bool|array $core_update An array of core update data, false otherwise.
|
||||
* @param object $theme_updates Object containing theme update properties.
|
||||
* @param object $plugin_updates Object containing plugin update properties.
|
||||
* @param array $upgrade_results An array of the upgrade results keyed by upgrade type, and plugin/theme slug
|
||||
* @param array $upgrade_results An array of the upgrade results keyed by upgrade type, and plugin/theme slug.
|
||||
*/
|
||||
if ( apply_filters( 'enable_auto_upgrade_email', true, $core_update, $theme_updates, $plugin_updates, self::$upgrade_results ) )
|
||||
self::send_email();
|
||||
|
Loading…
x
Reference in New Issue
Block a user