Make WordPress Core

Changeset 33683


Ignore:
Timestamp:
08/21/2015 03:14:35 AM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Correct a typo in the summary for the Theme_Upgrader->bulk property.

Also adds a couple of missing @access tags.

Props kraftbj
See #29086.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r33487 r33683  
    11911191         *
    11921192         * @since 2.8.0
     1193         * @access public
    11931194         * @var array|WP_Erorr $result
    11941195         * @see WP_Upgrader::$result
     
    11971198
    11981199        /**
    1199          * Whether multiple plugins are being upgraded/installed in bulk.
     1200         * Whether multiple themes are being upgraded/installed in bulk.
    12001201         *
    12011202         * @since 2.9.0
     1203         * @access public
    12021204         * @var bool $bulk
    12031205         */
Note: See TracChangeset for help on using the changeset viewer.