Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:12:39 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for plugin and theme installation and updates.

See #49572.

File:
1 edited

Legend:

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

    r48097 r48105  
    553553
    554554/**
    555  * Returns the template for displaying the auto-update setting for a theme.
     555 * Returns the JavaScript template used to display the auto-update setting for a theme.
    556556 *
    557557 * @since 5.5.0
     
    586586
    587587    /**
    588      * Filters the JavaScript template used in Backbone to display the auto-update setting for a theme (in the overlay).
     588     * Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).
    589589     *
    590590     * See {@see wp_prepare_themes_for_js()} for the properties of the `data` object.
Note: See TracChangeset for help on using the changeset viewer.