Changeset 25543
- Timestamp:
- 09/21/2013 07:01:23 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-wp-upgrader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25542 r25543 1518 1518 * @param object $theme_updates Object containing theme update properties. 1519 1519 * @param object $plugin_updates Object containing plugin update properties. 1520 * @param array $upgrade_results An array of the upgrade results keyed by upgrade type, and plugin/theme slug 1520 * @param array $upgrade_results An array of the upgrade results keyed by upgrade type, and plugin/theme slug. 1521 1521 */ 1522 1522 if ( apply_filters( 'enable_auto_upgrade_email', true, $core_update, $theme_updates, $plugin_updates, self::$upgrade_results ) )
Note: See TracChangeset
for help on using the changeset viewer.