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

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-20 12:12:39 +00:00
parent 5e2ef3d937
commit e27ad0f007
7 changed files with 28 additions and 28 deletions

View File

@@ -552,7 +552,7 @@ if ( ! is_multisite() && $broken_themes ) {
<?php
/**
* Returns the template for displaying the auto-update setting for a theme.
* Returns the JavaScript template used to display the auto-update setting for a theme.
*
* @since 5.5.0
*
@@ -585,7 +585,7 @@ function wp_theme_auto_update_setting_template() {
';
/**
* Filters the JavaScript template used in Backbone to display the auto-update setting for a theme (in the overlay).
* Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).
*
* See {@see wp_prepare_themes_for_js()} for the properties of the `data` object.
*