Changeset 31441
- Timestamp:
- 02/13/2015 04:18:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r31327 r31441 825 825 * @since 3.7.0 The `$args` parameter was added, making clearing the plugin update cache optional. 826 826 * 827 * @param string$plugins Array of the basename paths of the plugins' main files.828 * @param array 827 * @param array $plugins Array of the basename paths of the plugins' main files. 828 * @param array $args { 829 829 * Optional. Other arguments for upgrading several plugins at once. Default empty array. 830 830 * … … 1352 1352 * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional. 1353 1353 * 1354 * @param string$themes The theme slugs.1355 * @param array 1354 * @param array $themes The theme slugs. 1355 * @param array $args { 1356 1356 * Optional. Other arguments for upgrading several themes at once. Default empty array. 1357 1357 *
Note: See TracChangeset
for help on using the changeset viewer.