Changeset 41161 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 07/27/2017 12:39:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r40575 r41161 25 25 * 26 26 * @since 2.8.0 27 * @access public28 27 * @var array|WP_Error $result 29 28 * … … 36 35 * 37 36 * @since 2.9.0 38 * @access public39 37 * @var bool $bulk 40 38 */ … … 45 43 * 46 44 * @since 2.8.0 47 * @access public48 45 */ 49 46 public function upgrade_strings() { … … 63 60 * 64 61 * @since 2.8.0 65 * @access public66 62 */ 67 63 public function install_strings() { … … 80 76 * @since 2.8.0 81 77 * @since 3.7.0 The `$args` parameter was added, making clearing the plugin update cache optional. 82 * @access public83 78 * 84 79 * @param string $package The full local path or URI of the package. … … 135 130 * @since 2.8.0 136 131 * @since 3.7.0 The `$args` parameter was added, making clearing the plugin update cache optional. 137 * @access public138 132 * 139 133 * @param string $plugin The basename path to the main plugin file. … … 207 201 * @since 2.8.0 208 202 * @since 3.7.0 The `$args` parameter was added, making clearing the plugin update cache optional. 209 * @access public210 203 * 211 204 * @param array $plugins Array of the basename paths of the plugins' main files. … … 326 319 * 327 320 * @since 3.3.0 328 * @access public329 321 * 330 322 * @global WP_Filesystem_Base $wp_filesystem Subclass … … 369 361 * 370 362 * @since 2.8.0 371 * @access public372 363 * 373 364 * @return string|false The full path to the main plugin file, or false. … … 395 386 * @since 2.8.0 396 387 * @since 4.1.0 Added a return value. 397 * @access public398 388 * 399 389 * @param bool|WP_Error $return Upgrade offer return. … … 429 419 * 430 420 * @since 2.8.0 431 * @access public432 421 * 433 422 * @global WP_Filesystem_Base $wp_filesystem Subclass
Note: See TracChangeset
for help on using the changeset viewer.