Wordpress/wp-admin
Andrew Nacin 8481a619b6 Check for the response property in tue update_plugins transient object. props ampt, fixes #20441.
git-svn-id: https://develop.svn.wordpress.org/trunk@20490 602fd350-edb4-49c9-b593-d223f7449a82
2012-04-17 02:43:13 +00:00
..
css Compress scripts/styles: 3.4-beta2-20478. 2012-04-16 14:58:23 +00:00
images Double-size icons and WordPress logo for retina displays, props chexee, props empireoflight, props iammattthomas, see #20293 2012-04-04 23:02:51 +00:00
includes Check for the response property in tue update_plugins transient object. props ampt, fixes #20441. 2012-04-17 02:43:13 +00:00
js Compress scripts/styles: 3.4-beta2-20457. 2012-04-12 21:58:23 +00:00
maint
network s/website/network/ on the network settings screen. props Ipstenu, fixes #20314. 2012-04-11 20:45:03 +00:00
user Remove index-extra.php. Move dashboard widget XHR callbacks to ajax-actions.php. fixes #20242. 2012-03-15 13:20:00 +00:00
about.php
admin-ajax.php Send X-Robots-Tag: noindex in admin-ajax. props ryan, joostdevalk. fixes #18465. 2012-03-25 12:53:17 +00:00
admin-footer.php
admin-functions.php
admin-header.php Theme Customizer: If the customize loader is enqueued, then add the 'customize-support' class early. This prevents a flash of unstyled content. see #19910. 2012-04-16 14:59:09 +00:00
admin-post.php
admin.php Reduce references to the $wp_rewrite global because it's no longer used or a wrapper function can be used instead. Fixes #14546.#14546. 2012-02-28 20:29:33 +00:00
async-upload.php
comment.php
credits.php
custom-background.php Allow selecting custom header and background images from the media library. Props aaroncampbell, sabreuse, greuben. fixes #19840 2012-04-05 00:20:28 +00:00
custom-header.php Make choosing a header image from the media library play nicely with file replication plugins that do not guarantee images will be retained in the local filesystem. 2012-04-06 20:47:24 +00:00
edit-comments.php
edit-form-advanced.php Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014 2012-04-11 02:20:51 +00:00
edit-form-comment.php Responsive columns on the dashboard and write screens, first run, see #20015 2012-03-23 21:41:00 +00:00
edit-link-form.php Responsive columns on the dashboard and write screens, first run, see #20015 2012-03-23 21:41:00 +00:00
edit-tag-form.php
edit-tags.php
edit.php
export.php
freedoms.php
gears-manifest.php
import.php
index.php Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014 2012-04-11 02:20:51 +00:00
install-helper.php
install.php
link-add.php Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014 2012-04-11 02:20:51 +00:00
link-manager.php
link-parse-opml.php
link.php Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014 2012-04-11 02:20:51 +00:00
load-scripts.php
load-styles.php
media-new.php Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410 2012-04-12 00:16:37 +00:00
media-upload.php Allow selecting custom header and background images from the media library. Props aaroncampbell, sabreuse, greuben. fixes #19840 2012-04-05 00:20:28 +00:00
media.php Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410 2012-04-12 00:16:37 +00:00
menu-header.php
menu.php Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410 2012-04-12 00:16:37 +00:00
moderation.php
ms-admin.php
ms-delete-site.php
ms-edit.php
ms-options.php
ms-sites.php
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php
nav-menus.php Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014 2012-04-11 02:20:51 +00:00
network.php
options-discussion.php It is possible for comments_per_page to be 0, which turns off pagination. See sanitize_option(); wp_list_commnts(); get_comment_link(). see #17863. 2012-03-16 04:36:12 +00:00
options-general.php Revert type="email" (HTML5) as some browsers that do validation on these fields do not work for IDN domains yet. Core does not support these well either, but server-side validation can at least be dealt with by a plugin. see #17863. 2012-03-15 18:09:14 +00:00
options-head.php
options-media.php upload_url_path is a relative URL path, not an absolute URL. Remove type='url' as that enforces absoluteness. see #17863. 2012-03-16 04:43:20 +00:00
options-permalink.php Reduce references to the $wp_rewrite global because it's no longer used or a wrapper function can be used instead. Fixes #14546.#14546. 2012-02-28 20:29:33 +00:00
options-privacy.php
options-reading.php Set proper HTML5 input types in the admin, props georgestephanis, fixes #17863 2012-03-10 01:23:48 +00:00
options-writing.php
options.php
plugin-editor.php
plugin-install.php
plugins.php
post-new.php Schedule auto-draft deletion from post-new.php instead of from admin.php. This provides better throttling for large multisite installs and reduces the risk of a delete avalanche. 2012-04-12 18:49:48 +00:00
post.php
press-this.php
profile.php
revision.php
setup-config.php Do sanity checks for register_globals and magic quotes in setup-config.php. see #13839. 2012-04-16 21:52:02 +00:00
theme-editor.php Use WP_Theme::exists(). see #20361. 2012-04-06 19:21:31 +00:00
theme-install.php Replace all instances of thickbox theme preview with the theme customizer. fixes #20404. 2012-04-10 02:25:03 +00:00
themes.php Theme Customizer: Stick to wp_customize_url() instead of wp_customize_href(). Switch argument order so it is stylesheet-template. (Template is hypothetically optional, but the function will not support that.) see #19910. 2012-04-16 14:36:47 +00:00
tools.php
update-core.php Use new WP_Theme API in list_theme_updates(). fixes #20173. see #20103. 2012-03-04 13:03:48 +00:00
update.php Theme Customizer: Allow the customize iframe to be accessed directly (with full feature support). see #19910. 2012-04-16 14:02:28 +00:00
upgrade-functions.php
upgrade.php
upload.php Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410 2012-04-12 00:16:37 +00:00
user-edit.php Revert type="email" (HTML5) as some browsers that do validation on these fields do not work for IDN domains yet. Core does not support these well either, but server-side validation can at least be dealt with by a plugin. see #17863. 2012-03-15 18:09:14 +00:00
user-new.php Clean up cap checks for autocompletes for sites and users in a network. see #19810. 2012-03-30 21:04:48 +00:00
users.php Clean up cap checks for autocompletes for sites and users in a network. see #19810. 2012-03-30 21:04:48 +00:00
widgets.php Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014 2012-04-11 02:20:51 +00:00