WordPress/wp-admin/includes
2015-09-15 04:02:25 +00:00
..
admin-filters.php
admin.php
ajax-actions.php Don't ever use the guid value when retrieving URLs for media, use wp_get_attachment_url(). Use get_attached_file() for path to file. 2015-09-15 02:50:25 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-walker-nav-menu-checklist.php Move the admin Nav Menu Walker subclasses into their own files. Load in nav-menu.php to remain BC. 2015-09-15 04:02:25 +00:00
class-walker-nav-menu-edit.php Move the admin Nav Menu Walker subclasses into their own files. Load in nav-menu.php to remain BC. 2015-09-15 04:02:25 +00:00
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 Add a doc block to WP_List_Table::get_primary_column(). 2015-09-15 03:35:25 +00:00
class-wp-media-list-table.php Don't ever use the guid value when retrieving URLs for media, use wp_get_attachment_url(). Use get_attached_file() for path to file. 2015-09-15 02:50:25 +00:00
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php In WP_List_Table, make a new public method, ->get_primary_column(), and revert [34101] due to BC issues. 2015-09-14 20:29:26 +00:00
class-wp-ms-users-list-table.php List tables: escape user e-mails 2015-09-14 22:33:25 +00:00
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php In WP_List_Table, make a new public method, ->get_primary_column(), and revert [34101] due to BC issues. 2015-09-14 20:29:26 +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 Don't ever use the guid value when retrieving URLs for media, use wp_get_attachment_url(). Use get_attached_file() for path to file. 2015-09-15 02:50:25 +00:00
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
class-wp-upgrader-skins.php
class-wp-upgrader.php
class-wp-users-list-table.php List tables: escape user e-mails 2015-09-14 22:33:25 +00:00
comment.php
continents-cities.php
credits.php
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
media.php Don't ever use the guid value when retrieving URLs for media, use wp_get_attachment_url(). Use get_attached_file() for path to file. 2015-09-15 02:50:25 +00:00
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
nav-menu.php Move the admin Nav Menu Walker subclasses into their own files. Load in nav-menu.php to remain BC. 2015-09-15 04:02:25 +00:00
network.php
noop.php
options.php
plugin-install.php
plugin.php
post.php
revision.php
schema.php
screen.php Customize: Remove redundant aria-label attributes. 2015-09-13 06:16:26 +00:00
taxonomy.php
template.php Add an argument to parent_dropdown(), $post, to allow it to be called for an arbitrary post. 2015-09-14 03:20:25 +00:00
theme-install.php
theme.php
translation-install.php
update-core.php
update.php
upgrade.php
user.php Passwords: Deprecate second parameter of wp_new_user_notification(). 2015-09-14 12:43:26 +00:00
widgets.php