Changeset 41161 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 07/27/2017 12:39:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r39211 r41161 25 25 * 26 26 * @since 2.8.0 27 * @access public28 27 * @var array|WP_Error $result 29 28 * @see WP_Upgrader::$result … … 35 34 * 36 35 * @since 2.9.0 37 * @access public38 36 * @var bool $bulk 39 37 */ … … 44 42 * 45 43 * @since 2.8.0 46 * @access public47 44 */ 48 45 public function upgrade_strings() { … … 61 58 * 62 59 * @since 2.8.0 63 * @access public64 60 */ 65 61 public function install_strings() { … … 89 85 * 90 86 * @since 3.4.0 91 * @access public92 87 * 93 88 * @param bool $install_result … … 163 158 * 164 159 * @since 3.4.0 165 * @access public166 160 * 167 161 * @param array $actions Preview actions. … … 178 172 * @since 2.8.0 179 173 * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional. 180 * @access public181 174 * 182 175 * @param string $package The full local path or URI of the package. … … 236 229 * @since 2.8.0 237 230 * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional. 238 * @access public239 231 * 240 232 * @param string $theme The theme slug. … … 307 299 * @since 3.0.0 308 300 * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional. 309 * @access public310 301 * 311 302 * @param array $themes The theme slugs. … … 428 419 * 429 420 * @since 3.3.0 430 * @access public431 421 * 432 422 * @global WP_Filesystem_Base $wp_filesystem Subclass … … 487 477 * 488 478 * @since 2.8.0 489 * @access public490 479 * 491 480 * @param bool|WP_Error $return … … 515 504 * 516 505 * @since 2.8.0 517 * @access public518 506 * 519 507 * @param bool|WP_Error $return … … 550 538 * 551 539 * @since 2.8.0 552 * @access public553 540 * 554 541 * @global WP_Filesystem_Base $wp_filesystem Subclass … … 584 571 * @since 2.8.0 585 572 * @since 3.0.0 The `$theme` argument was added. 586 * @access public587 573 * 588 574 * @param string $theme The directory name of the theme. This is optional, and if not supplied,
Note: See TracChangeset
for help on using the changeset viewer.