twentyGOLEM/wp-admin
nacin 608b26589e Default to keyword searches for the plugin and theme installers in case no search type is posted back. fixes #19619.
props georgestephanis, SergeyBiryukov for initial patches.



git-svn-id: http://svn.automattic.com/wordpress/trunk@20639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-04-30 00:44:47 +00:00
..
css Compress scripts/styles: 3.4-beta3-20634. 2012-04-28 20:58:20 +00:00
images
includes Default to keyword searches for the plugin and theme installers in case no search type is posted back. fixes #19619. 2012-04-30 00:44:47 +00:00
js Compress scripts/styles: 3.4-beta3-20629. 2012-04-27 20:58:24 +00:00
maint
network Do not break a domain on network/site-new.php across two lines. props SergeyBiryukov, fixes #19895. 2012-04-27 19:02:10 +00:00
user
about.php
admin-ajax.php
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 Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
admin.php
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 Convert a bulleted list to paragraphs in the Moderating Comments help tab. props pavelevap, see #19788. 2012-02-01 14:45:19 +00:00
edit-form-advanced.php Clean out layout columns API in WP_Screen. 2012-04-24 20:46:04 +00:00
edit-form-comment.php
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 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 Int cast a step variable. see #19786. props Caspie. 2012-04-27 18:57:08 +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 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
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
options-privacy.php Help text tweaks for the Settings screens. props jane. see #19020. 2011-12-01 00:52:31 +00:00
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 missing variable. 2012-04-19 06:38:19 +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
profile.php
revision.php Mid-page headers should be h3, not h2. 2010-10-22 00:27:12 +00:00
setup-config.php Move closing HTML tag outside _e(), props jiehanzheng, fixes #20510 2012-04-22 23:29:52 +00:00
theme-editor.php Remove WP_Theme::is_child_theme() in favor of WP_Theme::parent(). see #20546. 2012-04-25 17:34:19 +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: Remove unused 'template' argument from wp_customize_url. see #19910. 2012-04-18 20:57:06 +00:00
tools.php
update-core.php
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
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