Make WordPress Core

Ticket #31312: 31312.patch

File 31312.patch, 1.2 KB (added by ipm-frommen, 10 years ago)
  • wp-admin/includes/class-wp-upgrader.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    824824         * @since 2.8.0
    825825         * @since 3.7.0 The `$args` parameter was added, making clearing the plugin update cache optional.
    826826         *
    827          * @param string $plugins Array of the basename paths of the plugins' main files.
     827         * @param array $plugins Array of the basename paths of the plugins' main files.
    828828         * @param array  $args {
    829829         *     Optional. Other arguments for upgrading several plugins at once. Default empty array.
    830830         *
     
    13511351         * @since 3.0.0
    13521352         * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional.
    13531353         *
    1354          * @param string $themes The theme slugs.
     1354         * @param array $themes The theme slugs.
    13551355         * @param array  $args {
    13561356         *     Optional. Other arguments for upgrading several themes at once. Default empty array.
    13571357         *