twentyGOLEM/wp-admin
koopersmith ba3f815726 Optimize about screen for 960px width. props chexee, fixes #19386.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-29 18:40:34 +00:00
..
css Optimize about screen for 960px width. props chexee, fixes #19386. 2011-11-29 18:40:34 +00:00
images Optimize about screen for 960px width. props chexee, fixes #19386. 2011-11-29 18:40:34 +00:00
includes WP_Screen: Whitelist -new and -add screens, and prevent edit-comments and edit-tags from being mashed on. fixes #19353. 2011-11-28 22:58:51 +00:00
js Fix tags suggest for bulk edit, for post_type post and taxonomy post_tag. Address all non-hierarchical taxonomies in 3.4. fixes #19716, props scottbasgaard. 2011-11-29 18:25:49 +00:00
maint
network Remove 'update' from site-users.php on redirect. props PeteMall, fixes #18895. 2011-11-22 05:55:55 +00:00
user
about.php Redirect to about.php on update. props ocean90. see #18467. 2011-11-23 23:38:36 +00:00
admin-ajax.php Move WP_Editor to a _WP_Editors encapsulation. 2011-11-23 19:06:52 +00:00
admin-footer.php
admin-functions.php
admin-header.php Revert other stuffs from [19374]. 2011-11-21 15:43:57 +00:00
admin-post.php
admin.php
async-upload.php
comment.php Don't show edit links for spam comments. Props DH-Shredder. fixes #18340 2011-11-15 14:02:42 +00:00
credits.php Remove help tab from credits page, tweak about page CSS. props chexee, see #18742. 2011-11-23 23:49:33 +00:00
custom-background.php
custom-header.php
edit-comments.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
edit-form-advanced.php Fix grammar and remove references to 'new in 3.2' in the post editor help text. props dougwrites, see #19020. 2011-11-29 17:47:35 +00:00
edit-form-comment.php
edit-link-form.php
edit-tag-form.php
edit-tags.php Use 3.3 help API on edit tags page. props Ipstenu, see #19020. 2011-11-29 17:37:04 +00:00
edit.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
export.php Update help content for export page. props Ipstenu, see #19020. 2011-11-28 16:40:36 +00:00
freedoms.php Revert other stuffs from [19374]. 2011-11-21 15:43:57 +00:00
gears-manifest.php
import.php Update help content for import page. props Ipstenu, see #19020. 2011-11-28 16:38:13 +00:00
index-extra.php
index.php Update help content for user edit page. props Ipstenu, see #19020. 2011-11-28 16:32:33 +00:00
install-helper.php
install.php Fix styling for the installation screens, props chexee, fixes #18576 2011-11-15 15:47:07 +00:00
link-add.php
link-manager.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php Don't show the uploader on iPads (it's pointless), fixes #19004 2011-11-18 08:43:16 +00:00
media-upload.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
media.php
menu-header.php Remove dead code left by r18621. Props ocean90. Fixes #19087. 2011-11-01 12:36:14 +00:00
menu.php Don't show the uploader on iPads (it's pointless), fixes #19004 2011-11-18 08:43:16 +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 Don't die in my-sites.php if the user has no sites. Intead, display message within admin chrome. Props trepmal. fixes #18935 2011-11-17 18:52:58 +00:00
nav-menus.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
network.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options-discussion.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options-general.php In multisite, hide help text for single-site only options. props dougwrites, see #19020. 2011-11-29 18:23:04 +00:00
options-head.php
options-media.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options-permalink.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options-privacy.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options-reading.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options-writing.php Update help text on settings pages. props Ipstenu, see #19020. 2011-11-29 16:58:58 +00:00
options.php
plugin-editor.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
plugin-install.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
plugins.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
post-new.php Select the submenu item for post-new.php when using show_in_menu = 'some-parent-file' for post types. Continue to select the post-new.php submenu item if it has been separately added with add_submenu_page(). fixes #19125. 2011-11-23 20:45:23 +00:00
post.php Fix edit.php row action redirects when referrers are not sent. Return false from wp_get_referer() when no referrer found. Props mitchoyoshitaka. fixes #17628 2011-11-14 16:59:45 +00:00
press-this.php Fix inserting images from url in Press This, fixes #19341 2011-11-23 20:32:21 +00:00
profile.php
revision.php
setup-config.php Fix styling for the installation screens, props chexee, fixes #18576 2011-11-15 15:47:07 +00:00
theme-editor.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
theme-install.php
themes.php Update help text on themes page. props Ipstenu, see #19020. 2011-11-29 17:34:08 +00:00
tools.php Update help content for tools page. props Ipstenu, see #19020. 2011-11-28 16:44:08 +00:00
update-core.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
update.php
upgrade-functions.php
upgrade.php
upload.php Help tabs. Props chexee. see #19020 2011-11-24 00:21:39 +00:00
user-edit.php Update help content for user edit page. props Ipstenu, see #19020. 2011-11-28 16:32:33 +00:00
user-new.php Indent cleanup. see #19020 2011-11-23 23:08:02 +00:00
users.php Indent cleanup. see #19020 2011-11-23 23:08:02 +00:00
widgets.php Check the sidebar class for orphaned sidebars, match sidebars by id while retrieving orphans and the theme has not changed, props SergeyBiryukov, fixes #19350 2011-11-26 06:16:43 +00:00