WordPress/wp-admin/includes
2015-09-14 01:12:25 +00:00
..
admin-filters.php
admin.php
ajax-actions.php AJAX Reply to Comment: check the edit_comment cap when parent comment will be auto-approved. 2015-09-12 07:19:25 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php
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-links-list-table.php
class-wp-list-table.php Make WP_List_Table::get_primary_column_name() public in list table classes that have it. 2015-09-14 01:12:25 +00:00
class-wp-media-list-table.php
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php Make WP_List_Table::get_primary_column_name() public in list table classes that have it. 2015-09-14 01:12:25 +00:00
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php Make WP_List_Table::get_primary_column_name() public in list table classes that have it. 2015-09-14 01:12:25 +00:00
class-wp-posts-list-table.php WP_Posts_List_Table: there are a cadre of edit.php URLs that are generated by string-building instead of using our handy functions. Create a helper method, ->get_edit_link() that standardizes the generation and escaping of these URLs. 2015-09-12 17:13:25 +00:00
class-wp-press-this.php
class-wp-site-icon.php
class-wp-terms-list-table.php Introduce wp_validate_action( $action = '' ), a helper function that checks $_REQUEST for action and returns it, or empty string if not present. If $action is passed, it checks to make sure they match before returning it, or an empty string. Strings are always returned to avoid returning multiple types. 2015-09-11 21:08:26 +00:00
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php Themes: Remove legacy theme preview. 2015-07-29 18:36:26 +00:00
class-wp-upgrader-skins.php
class-wp-upgrader.php
class-wp-users-list-table.php
comment.php
continents-cities.php
credits.php Move ad hoc functions from wp-admin/credits.php to wp-admin/includes/credits.php, which is only included by the former. 2015-09-11 04:55:26 +00:00
dashboard.php After [33961], pass $comment to comment_class() where possible to avoid extra cache/db lookups. 2015-09-11 06:12:24 +00:00
deprecated.php
export.php
file.php
image-edit.php
image.php
import.php
list-table.php Add @access annotations to methods that have no doc block in wp-admin/includes/*. 2015-05-29 21:32:24 +00:00
media.php
menu.php
meta-boxes.php When clicking "Show More Comments" in the Comments meta box on the Edit Post screen, change the click behavior to call a new class method on commentsBox, ->load(), that resets st (cool name) to the number of visible <tr>s before calling ->get(). This will account for spam'd and trash'd comments when returning comments at the proper offset. 2015-09-12 02:28:26 +00:00
misc.php
ms-admin-filters.php
ms-deprecated.php
ms.php Require numeric IDs in user deletion functions. 2015-09-11 02:25:23 +00:00
nav-menu.php
network.php
noop.php Create a new file, wp-admin/includes/noop.php, which loads all of the noop functions for load-script|styles.php and is only loaded by those files. DRYs in the process. 2015-09-11 05:04:23 +00:00
options.php
plugin-install.php foreach is a statement, not a function. 2015-08-25 20:28:22 +00:00
plugin.php
post.php
revision.php
schema.php Schema: Increase the length of wp_options.option_name. 2015-09-11 01:26:24 +00:00
screen.php Customize: Remove redundant aria-label attributes. 2015-09-13 06:16:26 +00:00
taxonomy.php
template.php Comments: Fix inline edit/reply on small screens. 2015-09-13 12:47:27 +00:00
theme-install.php
theme.php
translation-install.php Add @global annotations to (the rest of the?) wp-admin/* files. 2015-05-29 02:06:31 +00:00
update-core.php
update.php
upgrade.php Schema: Increase the length of wp_options.option_name. 2015-09-11 01:26:24 +00:00
user.php Require numeric IDs in user deletion functions. 2015-09-11 02:25:23 +00:00
widgets.php Move wp_widgets_access_body_class() (a hook callback) from wp-admin/widgets.php to wp-admin/includes/widgets.php. 2015-09-10 21:22:23 +00:00