Wordpress/src/wp-admin/includes
Sergey Biryukov fa1ce009b5 Docs: Clarify return values and improve DocBlock formatting for `verify_file_md5()`, `unzip_file()`, `_unzip_file_ziparchive()`, `_unzip_file_pclzip()`, `copy_dir()`, `WP_Filesystem()`.
See #42505.

git-svn-id: https://develop.svn.wordpress.org/trunk@42776 602fd350-edb4-49c9-b593-d223f7449a82
2018-03-04 21:42:12 +00:00
..
admin-filters.php Code is Poetry. 2017-11-30 23:09:33 +00:00
admin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ajax-actions.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
bookmark.php General: Further improve error messages following [42648]. 2018-02-19 02:12:41 +00:00
class-automatic-upgrader-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-bulk-plugin-upgrader-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-bulk-theme-upgrader-skin.php Docs: Update the hook docs for `update_bulk_theme_complete_actions`. 2018-02-09 16:21:04 +00:00
class-bulk-upgrader-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-core-upgrader.php Docs: Remove `@static` notations from method DocBlocks in `wp-admin/*` classes. 2018-02-25 20:05:09 +00:00
class-file-upload-upgrader.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-ftp-pure.php FTP: ensure that there is only one class named `ftp`, which is what is expected in the loading of this arcane library. This ensures that an autoload generator, something along the lines of Composer, won't hiccup when it gets to these files. 2016-08-26 18:46:17 +00:00
class-ftp-sockets.php FTP: ensure that there is only one class named `ftp`, which is what is expected in the loading of this arcane library. This ensures that an autoload generator, something along the lines of Composer, won't hiccup when it gets to these files. 2016-08-26 18:46:17 +00:00
class-ftp.php Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389. 2016-08-31 16:30:48 +00:00
class-language-pack-upgrader-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-language-pack-upgrader.php Docs: Remove `@static` notations from method DocBlocks in `wp-admin/*` classes. 2018-02-25 20:05:09 +00:00
class-pclzip.php Filesystem API: Ensure memory limit calculations by PclZip are using integers. 2016-07-19 11:54:09 +00:00
class-plugin-installer-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-plugin-upgrader-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-plugin-upgrader.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-theme-installer-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-theme-upgrader-skin.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-theme-upgrader.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-walker-category-checklist.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-walker-nav-menu-checklist.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-walker-nav-menu-edit.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-ajax-upgrader-skin.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
class-wp-automatic-updater.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-comments-list-table.php Accessibility: Change the comments "Quick Edit" and "Reply" links to buttons. 2018-02-28 22:36:00 +00:00
class-wp-community-events.php Community Events Dashboard: Use wp_list_pluck rather than array_columns 2018-02-21 23:27:00 +00:00
class-wp-filesystem-base.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-filesystem-direct.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-filesystem-ftpext.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-filesystem-ftpsockets.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-filesystem-ssh2.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-importer.php Import: Avoid counting an uncountable type when reading arguments passed to a script. 2018-03-02 17:16:37 +00:00
class-wp-internal-pointers.php Docs: Remove `@static` notations from method DocBlocks in `wp-admin/*` classes. 2018-02-25 20:05:09 +00:00
class-wp-links-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-list-table-compat.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-media-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-ms-sites-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-ms-themes-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-ms-users-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-plugin-install-list-table.php Plugins: Use `api.wordpress.org/plugins/info/1.2/` for querying plugins & plugin information. 2018-02-01 05:16:15 +00:00
class-wp-plugins-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-post-comments-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-posts-list-table.php Accessibility: Change the posts "Quick Edit" link to a button. 2018-02-21 22:30:34 +00:00
class-wp-screen.php Docs: Remove `@static` notations from property DocBlocks in `wp-admin/*` and `wp-includes/*` classes. 2018-02-25 20:31:33 +00:00
class-wp-site-icon.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-terms-list-table.php Accessibility: Change the terms "Quick Edit" link to a button. 2018-02-21 23:03:57 +00:00
class-wp-theme-install-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-themes-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-upgrader-skin.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
class-wp-upgrader-skins.php Load: Re-add `class-wp-upgrader-skins.php`. 2016-12-03 03:39:03 +00:00
class-wp-upgrader.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
class-wp-users-list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
comment.php Code is Poetry. 2017-11-30 23:09:33 +00:00
continents-cities.php Code is Poetry. 2017-11-30 23:09:33 +00:00
credits.php Code is Poetry. 2017-11-30 23:09:33 +00:00
dashboard.php Administration: Use HTTPS for `dashboard_primary_feed` URL. 2018-02-24 09:29:17 +00:00
deprecated.php Taxonomy: restore TagSearch unit tests and correct deprecated version string. 2018-02-25 16:27:57 +00:00
edit-tag-messages.php Code is Poetry. 2017-11-30 23:09:33 +00:00
export.php Code is Poetry. 2017-11-30 23:09:33 +00:00
file.php Docs: Clarify return values and improve DocBlock formatting for `verify_file_md5()`, `unzip_file()`, `_unzip_file_ziparchive()`, `_unzip_file_pclzip()`, `copy_dir()`, `WP_Filesystem()`. 2018-03-04 21:42:12 +00:00
image-edit.php Docs: Add missing `@since` entries for functions in `wp-admin/image-edit.php`. 2018-02-26 18:37:02 +00:00
image.php Media: Bring consistency to `getimagesize()` error suppression. 2018-01-15 19:43:30 +00:00
import.php Code is Poetry. 2017-11-30 23:09:33 +00:00
list-table.php Code is Poetry. 2017-11-30 23:09:33 +00:00
media.php Media: Remove unnecessary `aria-required` attribute from legacy (pre-3.5.0) media functions, added in [7888]. 2018-02-26 23:09:57 +00:00
menu.php Code is Poetry. 2017-11-30 23:09:33 +00:00
meta-boxes.php Posts, Post Types: Remove extra tabs around `page_attributes_meta_box_template` action in `page_attributes_meta_box()`. 2018-02-08 11:23:43 +00:00
misc.php Administration: Remove unnecessary capitalization when referencing to plugin/theme editors. 2018-02-26 19:34:56 +00:00
ms-admin-filters.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-deprecated.php Docs: Standardize and add missing deprecation notations in DocBlocks for the following functions: 2017-06-22 17:47:47 +00:00
ms.php Code is Poetry. 2017-11-30 23:09:33 +00:00
nav-menu.php Docs: First pass at switching some array parameter documentation to typed notation. 2018-02-09 17:25:22 +00:00
network.php Code is Poetry. 2017-11-30 23:09:33 +00:00
noop.php Code is Poetry. 2017-11-30 23:09:33 +00:00
options.php Code is Poetry. 2017-11-30 23:09:33 +00:00
plugin-install.php Plugins: Use correct variable name in `install_plugin_information()`. 2018-02-10 22:07:40 +00:00
plugin.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
post.php Code is Poetry. 2017-11-30 23:09:33 +00:00
revision.php Code is Poetry. 2017-11-30 23:09:33 +00:00
schema.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
screen.php Code is Poetry. 2017-11-30 23:09:33 +00:00
taxonomy.php Code is Poetry. 2017-11-30 23:09:33 +00:00
template.php Posts, Post Types: Add a new `add_inline_data` action which allows extra fields to be added to the inline editing fields. 2018-02-09 15:54:56 +00:00
theme-install.php Code is Poetry. 2017-11-30 23:09:33 +00:00
theme.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
translation-install.php Code is Poetry. 2017-11-30 23:09:33 +00:00
update-core.php Remove JSHint due to license compatibility 2018-01-23 01:28:26 +00:00
update.php Code is Poetry. 2017-11-30 23:09:33 +00:00
upgrade.php Code is Poetry. 2017-11-30 23:09:33 +00:00
user.php General: Introduce `WP_Error::has_errors()` method and use it where appropriate. 2018-02-27 02:30:46 +00:00
widgets.php Code is Poetry. 2017-11-30 23:09:33 +00:00