Wordpress/wp-admin/includes
Andrew Nacin ed8f3c3f95 Deprecate media_upload_(image|audio|video|file)(), type_url_form_(image|audio|video|file)(). These now wrap wp_media_upload_handler() and wp_media_insert_url_form(). see #17578.
git-svn-id: https://develop.svn.wordpress.org/trunk@19046 602fd350-edb4-49c9-b593-d223f7449a82
2011-10-23 17:58:06 +00:00
..
admin.php
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 Sanitize plural and singular args for list tables. props sbressler, fixes #18875. 2011-10-19 23:51:06 +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 Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g 2011-10-20 15:04:46 +00:00
class-wp-plugins-list-table.php
class-wp-posts-list-table.php Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g 2011-10-20 15:04:46 +00:00
class-wp-terms-list-table.php Fix [16249]. $typenow is considered empty on edit-tags screens, rather than displaying the parent post type. Switch to the $post_type global for now, which is set in the terms list table constructor. see #14886. 2011-10-23 17:48:58 +00:00
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader.php
class-wp-users-list-table.php
comment.php
continents-cities.php
dashboard.php Update meta box functions to handle WP_Screen objects and pass objects instead of IDs to them in core files. Allow passing emptiness to get the current screen. see #18958 2011-10-19 21:43:02 +00:00
deprecated.php Deprecate media_upload_(image|audio|video|file)(), type_url_form_(image|audio|video|file)(). These now wrap wp_media_upload_handler() and wp_media_insert_url_form(). see #17578. 2011-10-23 17:58:06 +00:00
export.php
file.php
image-edit.php
image.php
import.php
list-table.php
manifest.php
media.php Deprecate media_upload_(image|audio|video|file)(), type_url_form_(image|audio|video|file)(). These now wrap wp_media_upload_handler() and wp_media_insert_url_form(). see #17578. 2011-10-23 17:58:06 +00:00
menu.php Avoid pass by ref warning. Props arena. see #18975 2011-10-18 20:38:18 +00:00
meta-boxes.php
misc.php
ms-deprecated.php
ms.php Make wpmu_delete_blog() slightly less crappy. Prevents the entire network from being dropped in a particularly rare edge case. Removes some zombie code. fixes #19009. 2011-10-21 22:04:52 +00:00
nav-menu.php Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g 2011-10-20 15:04:46 +00:00
plugin-install.php Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g 2011-10-20 15:04:46 +00:00
plugin.php
post.php
schema.php
screen.php Move welcome panel link to a 'Show on screen' checkbox. see #11651. 2011-10-19 21:43:21 +00:00
taxonomy.php
template.php Correct @param text ordering to put "Optional." in description, see r19019 and #18958. Also remove empty docblock tag. 2011-10-20 15:53:57 +00:00
theme-install.php Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g 2011-10-20 15:04:46 +00:00
theme.php
update-core.php
update.php
upgrade.php Undent (by two tabs) a whole lot of code in dbDelta(). Thx. see #17998. 2011-10-21 22:40:30 +00:00
user.php
widgets.php