Make WordPress Core

Changeset 37193


Ignore:
Timestamp:
04/13/2016 07:26:27 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in wp_update_theme() description.

Props yoavf.
See #36349.

File:
1 edited

Legend:

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

    r36416 r37193  
    11761176 * This was once used to kick-off the Theme Updater.
    11771177 *
    1178  * Deprecated in favor of instantating a Theme_Upgrader instance directly,
     1178 * Deprecated in favor of instantiating a Theme_Upgrader instance directly,
    11791179 * and calling the 'upgrade' method.
    11801180 * Unused since 2.8.0.
Note: See TracChangeset for help on using the changeset viewer.