Wordpress/src/wp-admin/includes
Sergey Biryukov 9b5ac0f6b6 I18N: Add missing placeholders to some translators comments in `wp-admin`.
Props ramiy.
Fixes #49248.

git-svn-id: https://develop.svn.wordpress.org/trunk@47093 602fd350-edb4-49c9-b593-d223f7449a82
2020-01-20 15:41:50 +00:00
..
admin-filters.php Privacy tools: Organize privacy functions into logical files and classes. 2019-05-26 20:49:04 +00:00
admin.php Privacy tools: Organize privacy functions into logical files and classes. 2019-05-26 20:49:04 +00:00
ajax-actions.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
bookmark.php Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes. 2019-11-05 21:28:51 +00:00
class-automatic-upgrader-skin.php Docs: Update the docs for the error parameter that gets passed around during filesystem credential collection. 2019-10-26 23:14:59 +00:00
class-bulk-plugin-upgrader-skin.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-bulk-theme-upgrader-skin.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-bulk-upgrader-skin.php Code Modernisation: Introduce the spread operator in `wp-admin/includes/class-*-upgrader-skin.php`. 2019-09-15 10:41:03 +00:00
class-core-upgrader.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
class-custom-background.php Docs: Fix placement of some duplicate hook references. 2019-09-10 19:22:07 +00:00
class-custom-image-header.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-file-upload-upgrader.php Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`. 2019-07-01 12:50:14 +00:00
class-ftp-pure.php Docs: Update URLs in some `@link` tags and switch them to HTTPS. 2019-11-01 14:55:51 +00:00
class-ftp-sockets.php Docs: Update URLs in some `@link` tags and switch them to HTTPS. 2019-11-01 14:55:51 +00:00
class-ftp.php Docs: Update URLs in some `@link` tags and switch them to HTTPS. 2019-11-01 14:55:51 +00:00
class-language-pack-upgrader-skin.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-language-pack-upgrader.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-pclzip.php GENERAL: Remove magic quote functions 2019-09-13 22:19:34 +00:00
class-plugin-installer-skin.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-plugin-upgrader-skin.php Upgrade/Install: Escape the `%` in `width="100%"` in a `printf()` call in `Plugin_Upgrader_Skin::after()`. 2019-09-06 06:25:19 +00:00
class-plugin-upgrader.php Docs: In various `@return` tags, list the expected type first, instead of `WP_Error`. 2019-11-11 02:41:15 +00:00
class-theme-installer-skin.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-theme-upgrader-skin.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-theme-upgrader.php Docs: Correct `@return` type for `Theme_Upgrader::check_parent_theme_filter()`. 2020-01-11 02:44:17 +00:00
class-walker-category-checklist.php Docs: Fix placement of some duplicate hook references. 2019-09-10 19:22:07 +00:00
class-walker-nav-menu-checklist.php Accessibility: Menus: Properly disable form controls on the Menus screen that cannot be used until at least one menu is created. 2019-12-09 13:47:12 +00:00
class-walker-nav-menu-edit.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-wp-ajax-upgrader-skin.php Docs: Add a `@since` note about new parameters with the spread operator added to function signatures. 2019-10-09 04:26:22 +00:00
class-wp-automatic-updater.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-wp-comments-list-table.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
class-wp-community-events.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
class-wp-debug-data.php Coding Standards: Remove unnecessary `// phpcs:ignore` instances in `WP_Debug_Data`. 2020-01-18 00:24:57 +00:00
class-wp-filesystem-base.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
class-wp-filesystem-direct.php Docs: Correct description for `$recursive` parameter of `::chmod()` and `::delete()` methods in `WP_Filesystem` implementations. 2019-11-08 22:54:33 +00:00
class-wp-filesystem-ftpext.php Docs: Correct description for `$recursive` parameter of `::chmod()` and `::delete()` methods in `WP_Filesystem` implementations. 2019-11-08 22:54:33 +00:00
class-wp-filesystem-ftpsockets.php Docs: Correct description for `$recursive` parameter of `::chmod()` and `::delete()` methods in `WP_Filesystem` implementations. 2019-11-08 22:54:33 +00:00
class-wp-filesystem-ssh2.php Docs: Update broken source code link in `WP_Filesystem_SSH2` class. 2019-11-17 16:14:37 +00:00
class-wp-importer.php PHP 7.4 compatibility fix / accessing arrays/string using curly brace syntax 2019-08-03 20:20:42 +00:00
class-wp-internal-pointers.php Docs: Fix code example for removing internal pointers. 2019-10-03 20:38:08 +00:00
class-wp-links-list-table.php Docs: Synchronize `@return` descriptions for `::handle_row_actions()` methods in list tables. 2020-01-11 17:56:15 +00:00
class-wp-list-table-compat.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-list-table.php Docs: Correct `@return` description for `WP_List_Table::handle_row_actions()`. 2020-01-11 17:55:49 +00:00
class-wp-media-list-table.php Docs: Synchronize `@return` descriptions for `::handle_row_actions()` methods in list tables. 2020-01-11 17:56:15 +00:00
class-wp-ms-sites-list-table.php Docs: Synchronize `@return` descriptions for `::handle_row_actions()` methods in list tables. 2020-01-11 17:56:15 +00:00
class-wp-ms-themes-list-table.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
class-wp-ms-users-list-table.php Docs: Synchronize `@return` descriptions for `::handle_row_actions()` methods in list tables. 2020-01-11 17:56:15 +00:00
class-wp-plugin-install-list-table.php Docs: Improve documentation for `::display()` methods in various list tables. 2019-09-29 11:03:14 +00:00
class-wp-plugins-list-table.php I18N: Correct translator comment for `By %s` string in Plugins list table. 2019-11-21 00:06:32 +00:00
class-wp-post-comments-list-table.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
class-wp-posts-list-table.php Docs: Synchronize `@return` descriptions for `::handle_row_actions()` methods in list tables. 2020-01-11 17:56:15 +00:00
class-wp-privacy-data-export-requests-list-table.php Privacy: Remove inline CSS within personal data request list tables. 2019-06-04 23:39:31 +00:00
class-wp-privacy-data-removal-requests-list-table.php Privacy: Show a success message for personal data erasure. 2019-09-23 19:12:04 +00:00
class-wp-privacy-policy-content.php Docs: Switch more docs over to typed array notation, plus some fixes. 2019-10-26 21:07:10 +00:00
class-wp-privacy-requests-table.php Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes. 2019-11-05 21:28:51 +00:00
class-wp-screen.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
class-wp-site-health-auto-updates.php Site Health: Move "The folder ... was detected as being under version control" message from failure to warning. 2019-09-23 21:23:36 +00:00
class-wp-site-health.php Site Health: Introduce Site Health Status dashboard widget. 2020-01-12 13:31:49 +00:00
class-wp-site-icon.php Replace usages of basename() with wp_basename() in order to support multibyte filenames 2019-03-01 20:57:26 +00:00
class-wp-terms-list-table.php Docs: Synchronize `@return` descriptions for `::handle_row_actions()` methods in list tables. 2020-01-11 17:56:15 +00:00
class-wp-theme-install-list-table.php Docs: Improve documentation for `::display()` methods in various list tables. 2019-09-29 11:03:14 +00:00
class-wp-themes-list-table.php I18N: Add missing comma in a translator comment. 2019-10-04 22:08:34 +00:00
class-wp-upgrader-skin.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
class-wp-upgrader-skins.php Docs: Add missing `@deprecated` tags in the file docblock of some deprecated files. 2019-10-08 17:17:07 +00:00
class-wp-upgrader.php Docs: Increase the specificity of various docblock parameter types and return types. 2019-12-06 22:41:26 +00:00
class-wp-users-list-table.php I18N: Correct translator comments in `WP_Users_List_Table::get_views()` to provide information about each placeholder. 2020-01-20 14:06:57 +00:00
comment.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
continents-cities.php I18N: Update list of continents and cities for the timezone selection. 2018-07-18 11:20:28 +00:00
credits.php Docs: Fix typo in `wp_credits_section_title()` description. 2019-11-16 21:02:02 +00:00
dashboard.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
deprecated.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
edit-tag-messages.php Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`. 2019-07-01 12:50:14 +00:00
export.php Docs: Add missing description for `$post` global. 2019-08-04 12:27:02 +00:00
file.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
image-edit.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
image.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
import.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
list-table.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
media.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
menu.php Docs: Improve comments in some `wp-admin` files per the documentation standards. 2020-01-18 00:52:28 +00:00
meta-boxes.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
misc.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
ms-admin-filters.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-deprecated.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:39:13 +00:00
ms.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
nav-menu.php Accessibility: Menus: Properly disable form controls on the Menus screen that cannot be used until at least one menu is created. 2019-12-09 13:47:12 +00:00
network.php Networks and Sites: Clarify the recommendation to remove the `www` prefix from the site domain before creating a network. 2020-01-18 01:13:12 +00:00
noop.php Code Modernization: Remove conditional use of PHP `realpath()`. 2019-09-20 20:45:58 +00:00
options.php General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article. 2019-07-25 22:44:48 +00:00
plugin-install.php Docs: Add `requires_php` to the list of fields returned by `plugins_api()`. 2019-10-12 02:33:13 +00:00
plugin.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
post.php Docs: Further docblock corrections and improvements. 2019-12-07 13:21:07 +00:00
privacy-tools.php Privacy: Introduce `wp_privacy_personal_data_email_to` and `wp_privacy_personal_data_email_subject` filters. 2019-09-23 19:24:20 +00:00
revision.php Docs: Increase the specificity of various docblock parameter types and return types. 2019-12-06 22:41:26 +00:00
schema.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
screen.php Docs: Further docblock corrections and improvements. 2019-12-07 13:21:07 +00:00
taxonomy.php Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes. 2019-11-05 21:28:51 +00:00
template.php I18N: Add missing placeholders to some translators comments in `wp-admin`. 2020-01-20 15:41:50 +00:00
theme-install.php Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`. 2019-07-01 12:50:14 +00:00
theme.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
translation-install.php Upgrade/Install: Provide a default label for "Continue" button in language selection form. 2019-11-26 15:17:30 +00:00
update-core.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
update.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
upgrade.php Docs: In various `@return` tags, list the expected type first, instead of `false`. 2020-01-11 18:30:58 +00:00
user.php Docs: Further docblock corrections and improvements. 2019-12-07 13:21:07 +00:00
widgets.php Code Modernisation: Replace `call_user_func_array()` in `wp-admin/includes/widgets.php` and associated unit tests with a direct function call. 2019-09-15 11:40:08 +00:00