WordPress/wp-admin/includes
John Blackbourn 7c2b9f2a2e Docs: Miscellaneous docblock fixes and improvements.
See #48303

Built from https://develop.svn.wordpress.org/trunk@46594


git-svn-id: http://core.svn.wordpress.org/trunk@46391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-26 20:43:04 +00:00
..
admin-filters.php
admin.php
ajax-actions.php Upload: Set custom header with the attachment ID for all uploads from `media_handle_upload()`. Let the REST API endpoint set it separately. 2019-10-07 15:30:02 +00:00
bookmark.php
class-automatic-upgrader-skin.php
class-bulk-plugin-upgrader-skin.php
class-bulk-theme-upgrader-skin.php
class-bulk-upgrader-skin.php
class-core-upgrader.php
class-custom-background.php
class-custom-image-header.php
class-file-upload-upgrader.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-language-pack-upgrader-skin.php
class-language-pack-upgrader.php
class-pclzip.php
class-plugin-installer-skin.php
class-plugin-upgrader-skin.php
class-plugin-upgrader.php
class-theme-installer-skin.php
class-theme-upgrader-skin.php
class-theme-upgrader.php
class-walker-category-checklist.php
class-walker-nav-menu-checklist.php Menus: Fix typo in the class attribute for the hidden `title` field in `Walker_Nav_Menu_Checklist`. 2019-10-03 20:03:56 +00:00
class-walker-nav-menu-edit.php
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:28:02 +00:00
class-wp-automatic-updater.php
class-wp-comments-list-table.php Docs: Add missing description for `$comment` global. 2019-10-04 22:19:57 +00:00
class-wp-community-events.php
class-wp-debug-data.php Build/Test Tools: Introduce automated PHP compatibility checking. 2019-09-25 13:47:58 +00:00
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-importer.php
class-wp-internal-pointers.php Docs: Fix code example for removing internal pointers. 2019-10-03 20:39:58 +00:00
class-wp-links-list-table.php General: Correct strict comparison in `WP_Links_List_Table::column_categories()` introduced in [46313]. 2019-09-26 01:24:56 +00:00
class-wp-list-table-compat.php
class-wp-list-table.php Docs: Improve documentation for `::display()` methods in various list tables. 2019-09-29 11:04:58 +00:00
class-wp-media-list-table.php Date/Time: Correct the logic in `WP_Posts_List_Table::column_date()` and `WP_Media_List_Table::column_date()` to check for a valid post timestamp. 2019-10-25 12:51:03 +00:00
class-wp-ms-sites-list-table.php Network Admin: Improve Site States in List Table rows. 2019-10-08 17:46:02 +00:00
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php Docs: Improve documentation for `::display()` methods in various list tables. 2019-09-29 11:04:58 +00:00
class-wp-plugins-list-table.php
class-wp-post-comments-list-table.php
class-wp-posts-list-table.php Posts, Post Types: Remove unintended change from [46578]. 2019-10-25 12:54:03 +00:00
class-wp-privacy-data-export-requests-list-table.php
class-wp-privacy-data-removal-requests-list-table.php Privacy: Show a success message for personal data erasure. 2019-09-23 19:13:58 +00:00
class-wp-privacy-policy-content.php Docs: Improve consistency in `@since` tags for parameters that were made optional. 2019-09-24 12:54:57 +00:00
class-wp-privacy-requests-table.php Privacy: Remove unused `$wpdb` global in `WP_Privacy_Requests_Table::prepare_items()`. 2019-10-02 23:22:58 +00:00
class-wp-screen.php Docs: Improve formatting of various `WP_Screen` DocBlocks. 2019-10-26 00:36:05 +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:24:56 +00:00
class-wp-site-health.php Site Health: Improve the wording for `UTF8MB4` test description. 2019-10-05 02:39:58 +00:00
class-wp-site-icon.php
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php Docs: Improve documentation for `::display()` methods in various list tables. 2019-09-29 11:04:58 +00:00
class-wp-themes-list-table.php I18N: Add missing comma in a translator comment. 2019-10-04 22:09:57 +00:00
class-wp-upgrader-skin.php
class-wp-upgrader-skins.php Docs: Add missing `@deprecated` tags in the file docblock of some deprecated files. 2019-10-08 17:19:04 +00:00
class-wp-upgrader.php
class-wp-users-list-table.php
comment.php
continents-cities.php
credits.php
dashboard.php Docs: Add a `@since` note about new parameters with the spread operator added to function signatures. 2019-10-09 04:28:02 +00:00
deprecated.php
edit-tag-messages.php
export.php
file.php Filesystem API: Use strict type check in the `in_array()` call for the `$skip_list` parameter in `copy_dir()` and `_copy_dir()`. 2019-10-05 02:16:56 +00:00
image-edit.php Media: Prevents clipping of text when scaling image edit screen. 2019-09-30 17:56:57 +00:00
image.php Media/Upload: When the users upload big images and WordPress creates a scaled image to use as the largest size, append `scaled-` to the file names of the scaled images to make them easier to recognize. 2019-10-21 21:43:04 +00:00
import.php
list-table.php
media.php Docs: Add a `@since` note about new parameters with the spread operator added to function signatures. 2019-10-09 04:28:02 +00:00
menu.php
meta-boxes.php
misc.php
ms-admin-filters.php
ms-deprecated.php
ms.php
nav-menu.php Menus: Replace http with https in placeholders. 2019-09-26 20:32:55 +00:00
network.php
noop.php
options.php
plugin-install.php Docs: Add `requires_php` to the list of fields returned by `plugins_api()`. 2019-10-12 02:35:04 +00:00
plugin.php Administration: Relax the default value check for the `$position` argument added to `add_submenu_page()` and related functions in [46197]. 2019-10-22 17:52:04 +00:00
post.php Docs: Miscellaneous docblock fixes and improvements. 2019-10-26 20:43:04 +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:25:57 +00:00
revision.php
schema.php
screen.php
taxonomy.php
template.php Docs: Improve documentation for `_post_states()` and `get_post_states()`. 2019-09-26 00:57:58 +00:00
theme-install.php
theme.php Docs: Docblock corrections and improvements, mostly related to various `pre_*` filters. 2019-09-21 17:41:57 +00:00
translation-install.php
update-core.php Upgrade/Install: Use a unique error code when an update fails due to the PHP JSON extension missing. 2019-10-16 21:03:02 +00:00
update.php
upgrade.php Build/Test Tools: Introduce automated PHP compatibility checking. 2019-09-25 13:47:58 +00:00
user.php
widgets.php