Make WordPress Core

Changeset 27996


Ignore:
Timestamp:
04/07/2014 08:01:35 PM (11 years ago)
Author:
DrewAPicture
Message:

Add missing parameter descriptions to the PHPDocs for WP_Upgrader_Skin::decrement_update_count() and Bulk_Upgrader_Skin::decrement_update_count().

See #27700.

File:
1 edited

Legend:

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

    r27737 r27996  
    9797     *
    9898     * @since 3.9.0
     99     *
     100     * @param string $type Type of update count to decrement. Likely values include 'plugin',
     101     *                     'theme', 'translation', etc.
    99102     */
    100103    protected function decrement_update_count( $type ) {
     
    277280     *
    278281     * @since 3.9.0
     282     *
     283     * @param string $type Type of update count to decrement. Likely values include 'plugin',
     284     *                     'theme', 'translation', etc.
    279285     */
    280286    protected function decrement_update_count( $type ) {
Note: See TracChangeset for help on using the changeset viewer.