WordPress/wp-admin
2012-05-25 18:52:13 +00:00
..
css Compress scripts/styles: 3.4-beta4-20841. 2012-05-22 01:58:24 +00:00
images Crush flex-header-media-library.png, see #20423 2012-05-22 02:46:59 +00:00
includes Add the old root feed files to the $_old_files array, commented the way we've done for wp-register.php and wp-pass.php. see #20727. 2012-05-25 18:12:29 +00:00
js Preview by default the registered default image for custom backgrounds. props mfields, billerickson. 2012-05-25 17:58:57 +00:00
maint
network Correct the link to http://codex.wordpress.org/Network_Admin_Sites_Screen in the network admin help sidebars. props Nao. fixes #20607. 2012-05-03 13:34:33 +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 Update the About page description of the improvements to the translations loading to more user facing language. Fixes #20742 props vanillalounge. 2012-05-24 16:15:18 +00:00
admin-ajax.php Don't pass action ID to the ajax actions to avoid possible back compat problems. Props sivel. fixes #20699 2012-05-23 20:46:38 +00:00
admin-footer.php
admin-functions.php
admin-header.php Theme Customizer: Add CORS checks to the initial check for customize support. Prevents flash of customize links on large pages. see #20582, #19910. 2012-05-25 00:15:12 +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 Skip cached credits if version number doesn't match. props duck_. fixes #20270. 2012-05-25 18:52:13 +00:00
custom-background.php Preview by default the registered default image for custom backgrounds. props mfields, billerickson. 2012-05-25 17:58:57 +00:00
custom-header.php Move from 'Upload Image' to 'Select Image' as this section now includes choosing an image from the media library. see #20737. 2012-05-24 21:07:39 +00:00
customize.php Theme Customizer: Improve activate and publish flow, make customizer states easier to track. fixes #20743, see #19910. 2012-05-25 17:42:06 +00:00
edit-comments.php
edit-form-advanced.php Fix closing div position when post doesn't support editor, props markoheijnen, SergeyBiryukov, fixes #20709 2012-05-20 22:20:00 +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 Clean out layout columns API in WP_Screen. 2012-04-24 20:46:04 +00:00
edit-tag-form.php Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. 2012-04-26 00:58:16 +00:00
edit-tags.php
edit.php Clean up messages on edit.php. see #19470. 2012-04-27 22:54:02 +00:00
export.php Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. 2012-04-26 00:58:16 +00:00
freedoms.php
gears-manifest.php
import.php
index.php Pinking shears 2012-05-03 16:41:59 +00:00
install-helper.php
install.php Pinking shears 2012-05-03 16:41:59 +00:00
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 Clarify the uploading options in the media-new.php contextual help. 2012-05-01 22:23:15 +00:00
media.php Restrict the media editor to posts with the attachment post type. Props helenyhou. fixes #20625 2012-05-09 16:16:03 +00:00
menu-header.php Admin menu: change to strip_tags() for the aria-label attributes as it's faster, fixes #20373 2012-05-02 20:36:07 +00:00
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 Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. 2012-04-26 00:58:16 +00:00
options-head.php
options-media.php Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. 2012-04-26 00:58:16 +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 Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. 2012-04-26 00:58:16 +00:00
options-writing.php
options.php
plugin-editor.php Clean up plugins.php with regards to recently edited files, deactivations, and the network admin. see #20468, #20104. 2012-04-19 03:41:29 +00:00
plugin-install.php
plugins.php Add space between 'Plugins' title and 'Add New' button on plugins.php, like all other screens. [20868] was not meant to hit the 3.3 branch. 2012-05-24 07:05:32 +00:00
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 Check that $post_type_object exists before accessing its properties. Props markoheijnen. Fixes #20064. 2012-04-27 19:32:32 +00:00
press-this.php s/sumbit/submit/. props tollmanz, fixes #20744. 2012-05-25 13:45:16 +00:00
profile.php
revision.php
setup-config.php setup-config.php cleanups 2012-04-30 21:56:32 +00:00
theme-editor.php Show the template name instead of just the filename. Props arieputranto, SergeyBiryukov. fixes #20718 2012-05-22 15:25:35 +00:00
theme-install.php Contextual help updates for themes.php and theme-install.php. Props TomAuger. fixes #20515 2012-05-07 17:26:16 +00:00
themes.php Manage Themes: Show current theme screen shot when customize is not supported. props ocean90, fixes #20693, see #19910. 2012-05-16 21:05:11 +00:00
tools.php Update contextual help for Tools screen. Props SergeyBiryukov, ajacommerce, DrewAPicture. fixes #19523 2012-05-05 19:09:08 +00:00
update-core.php Use correct variable when redirecting to about.php from update-core.php. fixes #19599. 2012-05-25 13:41:01 +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 After adding a user, take them back to users.php with an 'Edit user' link in the message. 2012-04-27 23:13:39 +00:00
users.php After adding a user, take them back to users.php with an 'Edit user' link in the message. 2012-04-27 23:13:39 +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