Wordpress/src/wp-admin
Sergey Biryukov 6bdc961d5f Docs: Improve comments in some `wp-admin` files per the documentation standards.
Follow-up to [47084].

Props passoniate, apedog.
Fixes #49223, #49227.

git-svn-id: https://develop.svn.wordpress.org/trunk@47119 602fd350-edb4-49c9-b593-d223f7449a82
2020-01-29 00:33:45 +00:00
..
css Docs: Remove extra trailing spaces from `wp_add_privacy_policy_content()` DocBlock to fix WPCS issues, apply minor formatting changes for consistency. 2020-01-27 01:04:08 +00:00
images Build/Test tools: Update grunt-contrib-imagemin and run it 2019-10-05 14:19:20 +00:00
includes Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-29 00:33:45 +00:00
maint I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
network Coding Standards: Use strict comparison in `wp-admin/user/admin.php`. 2020-01-27 14:28:12 +00:00
user Coding Standards: Use strict comparison in `wp-admin/user/admin.php`. 2020-01-27 14:28:12 +00:00
_index.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
about.php Help/About: Move images to the CDN. 2019-11-12 18:28:40 +00:00
admin-ajax.php Editor: Add Nonce Endpoint 2019-09-23 17:46:33 +00:00
admin-footer.php I18N: Split translatable strings located on the same line preceded with a translator comment, where the first string needs that comment, but the second does not. 2019-09-02 00:42:01 +00:00
admin-functions.php Code is Poetry. 2017-11-30 23:09:33 +00:00
admin-header.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
admin-post.php Admin: Use `is_user_logged_in()` instead of `wp_validate_auth_cookie()` in `admin-post.php`. 2019-01-16 05:40:04 +00:00
admin.php I18N: Improve translator comments. 2019-09-01 17:12:43 +00:00
async-upload.php Escape the output in `wp_ajax_upload_attachment()`. 2019-09-04 16:08:03 +00:00
comment.php Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/. 2020-01-20 03:12:12 +00:00
credits.php Help/About: Update the 5.3 About page. 2019-11-11 20:43:48 +00:00
custom-background.php Coding Standards: Move wp-admin/custom-background.php to wp-admin/includes/class-custom-background.php 2019-07-19 04:01:41 +00:00
custom-header.php Coding Standards: Move `wp-admin/custom-header.php` to `wp-admin/includes/class-custom-image-header.php` 2019-07-17 06:16:27 +00:00
customize.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
edit-comments.php Docs: Move the canonical DocBlock for `handle_bulk_actions-{$screen}` action to `wp-admin/edit.php`. 2019-12-03 13:56:25 +00:00
edit-form-advanced.php Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/. 2020-01-20 03:12:12 +00:00
edit-form-blocks.php Docs: Increase the specificity of various docblock parameter types and return types. 2019-12-06 22:41:26 +00:00
edit-form-comment.php Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/. 2020-01-20 03:12:12 +00:00
edit-link-form.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
edit-tag-form.php Docs: Use the `{@see ...}` tag for the replacement in `@deprecated` tags, so that Developer Reference could automatically link to the replacement. 2019-11-09 13:03:02 +00:00
edit-tags.php Coding Standards: Use strict comparison in `wp-admin/edit-tags.php`. 2019-12-15 10:44:37 +00:00
edit.php Docs: Move the canonical DocBlock for `handle_bulk_actions-{$screen}` action to `wp-admin/edit.php`. 2019-12-03 13:56:25 +00:00
erase-personal-data.php Privacy tools: remove some left-over code and fix inline comment. 2019-06-08 00:29:59 +00:00
export-personal-data.php Privacy tools: remove some left-over code and fix inline comment. 2019-06-08 00:29:59 +00:00
export.php Docs: Add missing description for `$wp_locale` global. 2019-08-04 01:45:03 +00:00
freedoms.php Help/About: Update the 5.3 About page. 2019-11-11 16:05:39 +00:00
import.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
index.php Dev Tools: Load the `wp-admin` build instructions from `src`. 2019-01-21 04:59:55 +00:00
install-helper.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
install.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
link-add.php Code is Poetry. 2017-11-30 23:09:33 +00:00
link-manager.php Docs: Move the canonical DocBlock for `handle_bulk_actions-{$screen}` action to `wp-admin/edit.php`. 2019-12-03 13:56:25 +00:00
link-parse-opml.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
link.php Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`. 2019-07-01 12:50:14 +00:00
load-scripts.php Script Loader: Send a 400 Bad Request status code in `load-scripts.php` and `load-styles.php` if the required `load[]` parameter is not set. 2019-08-03 22:16:23 +00:00
load-styles.php Script Loader: Send a 400 Bad Request status code in `load-scripts.php` and `load-styles.php` if the required `load[]` parameter is not set. 2019-08-03 22:16:23 +00:00
media-new.php General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article. 2019-07-25 22:44:48 +00:00
media-upload.php Coding Standards: Fix instances of `WordPress.PHP.NoSilencedErrors.Discouraged`. 2019-07-09 05:44:42 +00:00
media.php General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article. 2019-07-25 22:44:48 +00:00
menu-header.php Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`. 2019-07-01 12:50:14 +00:00
menu.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
moderation.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-admin.php
ms-delete-site.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
ms-edit.php
ms-options.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-sites.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-themes.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-upgrade-network.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-users.php Code is Poetry. 2017-11-30 23:09:33 +00:00
my-sites.php Docs: Correct various docblocks documentation. 2019-12-06 22:21:07 +00:00
nav-menus.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
network.php I18N: Improve translator comments. 2019-09-01 17:12:43 +00:00
options-discussion.php Text Changes: Rename Comment Blacklist option to be more inclusive 2019-12-06 18:10:58 +00:00
options-general.php Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/. 2020-01-20 03:12:12 +00:00
options-head.php Administration: Replace legacy `updated` message type in `add_settings_error()` calls with `success`. 2019-08-16 00:38:42 +00:00
options-media.php General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article. 2019-07-25 22:44:48 +00:00
options-permalink.php I18N: Correct translator comment in `wp-admin/options-permalink.php`. 2020-01-20 15:08:45 +00:00
options-privacy.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
options-reading.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
options-writing.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
options.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
plugin-editor.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
plugin-install.php I18N: Improve translator comments. 2019-09-01 17:12:43 +00:00
plugins.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
post-new.php Docs: Add missing description for `$post` global. 2019-08-04 12:27:02 +00:00
post.php Docs: Correct invalid hook docblocks. 2019-10-27 19:09:10 +00:00
press-this.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
privacy-policy-guide.php Coding Standards: Fix all `WordPress.WhiteSpace.PrecisionAlignment` issues. 2019-07-05 05:20:52 +00:00
privacy.php Help/About: Update the 5.3 About page. 2019-11-11 16:05:39 +00:00
profile.php Code is Poetry. 2017-11-30 23:09:33 +00:00
revision.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
setup-config.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
site-health-info.php Site Health: Modify the grading indicator to remove percentage score in favor of a "Good" or "Should be improved" status. 2019-09-14 14:28:47 +00:00
site-health.php Site Health: Use sentence casing consistently in header tags. 2019-09-20 17:25:38 +00:00
term.php Coding Standards: Use strict comparison in `wp-admin/term.php`. 2019-12-15 09:43:08 +00:00
theme-editor.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
theme-install.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
themes.php I18N: Remove unnecessary HTML from "Active:" strings in `wp-admin/themes.php`. 2020-01-20 14:25:13 +00:00
tools.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
update-core.php Upgrade/Install: Remove the suggestion for users to skip a minor update to keep their current translation. 2020-01-12 02:22:17 +00:00
update.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
upgrade-functions.php Code is Poetry. 2017-11-30 23:09:33 +00:00
upgrade.php Text Changes: Correct "up-to-date" vs. "up to date" usage in a database update string and inline comments. 2019-09-12 13:05:35 +00:00
upload.php Docs: Move the canonical DocBlock for `handle_bulk_actions-{$screen}` action to `wp-admin/edit.php`. 2019-12-03 13:56:25 +00:00
user-edit.php Users: Use correct variable when displaying the Additional Capabilities list in user profile. 2019-11-25 13:59:02 +00:00
user-new.php Docs: Miscellaneous docblock fixes and improvements. 2019-10-26 20:42:00 +00:00
users.php Docs: Move the canonical DocBlock for `handle_bulk_actions-{$screen}` action to `wp-admin/edit.php`. 2019-12-03 13:56:25 +00:00
widgets.php Coding Standards: Use strict comparison in `wp-admin/widgets.php`. 2019-12-16 12:53:59 +00:00