WordPress/wp-admin/includes
2013-10-09 19:07:17 +00:00
..
admin.php
ajax-actions.php Replace use of global $user_ID in favor of get_current_user_id(). fixes #25372. 2013-10-02 21:10:09 +00:00
bookmark.php Inline documentation for hooks in wp-admin/includes/bookmark.php. 2013-10-07 02:19:09 +00:00
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php Associate subdirector of whitespace trims trailing whites with pinking shears. 2009-10-15 20:26:21 +00:00
class-wp-comments-list-table.php Make it possible to filter comment screen by post type; no UI. props johnbillion, c3mdigital. fixes #18596. 2013-09-20 20:16:11 +00:00
class-wp-filesystem-base.php First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time. 2013-09-22 04:44:10 +00:00
class-wp-filesystem-direct.php First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time. 2013-09-22 04:44:10 +00:00
class-wp-filesystem-ftpext.php First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time. 2013-09-22 04:44:10 +00:00
class-wp-filesystem-ftpsockets.php First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time. 2013-09-22 04:44:10 +00:00
class-wp-filesystem-ssh2.php First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time. 2013-09-22 04:44:10 +00:00
class-wp-importer.php
class-wp-links-list-table.php
class-wp-list-table.php Saner CSS for row actions - now we can just target .row-actions instead of both .row-actions and .row-actions-visible. CSS for .row-actions-visible remains for now due to usage in plugins. Visibility is controlled by toggling a .visible class. fixes #25403. 2013-09-24 01:54:09 +00:00
class-wp-media-list-table.php
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php Inline documentation for hooks in wp-admin/includes/class-wp-plugin-install-list-table.php. 2013-09-26 02:48:09 +00:00
class-wp-plugins-list-table.php
class-wp-posts-list-table.php Don't modify post_author during a quick edit when the post type doesn't support authors. 2013-10-06 13:15:09 +00:00
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader-skins.php Add a language pack upgrader class. 2013-09-23 02:08:10 +00:00
class-wp-upgrader.php Be as sure as possible that WordPress is not under version control when deciding if we should do automatic updates. 2013-10-06 15:46:09 +00:00
class-wp-users-list-table.php
comment.php
continents-cities.php
dashboard.php Show a proper error message on the dashboard when the current theme is broken. 2013-10-02 20:50:09 +00:00
deprecated.php Deprecate the_attachment_links(), unused since [6910]. props vinod dalvi. fixes #25340. 2013-09-17 09:08:08 +00:00
export.php
file.php Upgrader: Create Directories with a minimum of 0755 and files with a minimum of 0644 when upgrading, which matches pre-3.7 behaviour. Fixes #20069 2013-10-09 16:47:09 +00:00
image-edit.php Make sure when resizing an image according to ratio we do not end up with a zero-pixel width or height. 2013-10-09 19:07:17 +00:00
image.php
import.php
list-table.php
media.php Use parens to ensure that RegEx OR matches the front when determining that mime-type matches audio|video in attachment_submitbox_metadata(). 2013-10-08 15:32:10 +00:00
menu.php
meta-boxes.php Links manager: Restrict field length based on DB schema. 2013-10-02 21:11:10 +00:00
misc.php Add nginx detection to the Permalink Settings screen. 2013-09-16 20:07:09 +00:00
ms-deprecated.php
ms.php
nav-menu.php Show a label for the "Home" page nav menu item checkbox. props SergeyBiryukov. props ericlewis for the initial patch. fixes #25410. 2013-10-09 18:47:09 +00:00
plugin-install.php Send current SSL status to the plugin information API endpoint so we can render screenshots over SSL if appropriate. fixes #11009. 2013-10-05 10:59:12 +00:00
plugin.php
post.php Move the revisions upgrade handler to POST, to avoid esoteric metadata stomping. 2013-10-07 18:35:09 +00:00
revision.php Inline documentation for hooks in wp-admin/includes/revision.php. 2013-09-23 22:45:10 +00:00
schema.php
screen.php
taxonomy.php Rather than adding a taxonomy arg to get_category(), convert all uses of get_category() in core to get_term(). By doing so, we negate the need to call _make_cat_compat() in a few places that are only looking for a single property. 2013-10-02 19:59:10 +00:00
template.php Reverse the order of roles in wp_dropdown_roles(). Reset to 'subscriber' when the default role is removed and when a save is invalid. 2013-10-06 10:56:09 +00:00
theme-install.php
theme.php
update-core.php More string cleanups. 2013-10-02 18:51:10 +00:00
update.php Automatic Updates: Add a rollback functionality upon installation failure, the rollback package will be available for partial-updates for automatic updates and be similar to our existing partial builds (but in reverse). 2013-09-30 00:21:09 +00:00
upgrade.php
user.php Introduce wp_get_user_contact_methods() as a public version of _wp_get_user_contactmethods. 2013-09-24 18:14:09 +00:00
widgets.php