Wordpress/wp-admin
2010-05-14 06:38:01 +00:00
..
css First pass on 'Theme Locations' for navigation menus. Themes need to specify a location when calling wp_nav_menu and register locations in functions.php. Users then map menus to locations in the nav menu admin. Subject to review. see #13378. 2010-05-14 06:20:30 +00:00
images
import Remove unused global. props lloydbudd, fixes #13356. 2010-05-11 20:02:49 +00:00
includes Only show Theme Locations meta box if menus exist and if the theme has registered menus. see #13378. 2010-05-14 06:35:57 +00:00
js Only save menu item positions on save. Had implications for draft items otherwise. see #13337, props koopersmith. 2010-05-14 01:32:48 +00:00
maint
admin-ajax.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +00:00
admin-footer.php
admin-functions.php
admin-header.php
admin-post.php
admin.php
async-upload.php
comment.php
custom-background.php Add closing tr tag to custom-background.php. Close paragraph tags in the recent comments and posts widget controls. props jshreve, see #13383. 2010-05-14 01:50:46 +00:00
custom-header.php Use the edit_theme_options capability. fixes #13290. 2010-05-12 19:19:57 +00:00
edit-attachment-rows.php
edit-comments.php
edit-form-advanced.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +00:00
edit-form-comment.php
edit-link-categories.php
edit-link-category-form.php
edit-link-form.php
edit-post-rows.php
edit-tag-form.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +00:00
edit-tags.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +00:00
edit.php Use 'Posts', 'Pages', and corresponding custom post type names as the edit.php title. fixes #12968, fixes #11274. 2010-05-14 01:45:30 +00:00
export.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +00:00
gears-manifest.php
import.php
index-extra.php
index.php
install-helper.php
install.php
link-add.php
link-category.php
link-manager.php
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php
media-upload.php
media.php
menu-header.php
menu.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +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 Remove trailing space from a localized string. 2010-05-14 06:38:01 +00:00
network.php
options-discussion.php
options-general.php
options-head.php
options-media.php
options-permalink.php revert non-rewrite permalink settings to be compatible with 2.9, see 13106 2010-05-10 22:06:27 +00:00
options-privacy.php
options-reading.php
options-writing.php
options.php
plugin-editor.php
plugin-install.php
plugins.php
post-new.php Move post type object capabilities to a 'cap' object. Allow them to be initialized via the 'capabilities' key (an array) when registering support for the post type. Caps are now referred to by the name of the cap as if it was a post, i.e. ->cap->edit_post. see #13358. 2010-05-12 20:45:18 +00:00
post.php Move post type object capabilities to a 'cap' object. Allow them to be initialized via the 'capabilities' key (an array) when registering support for the post type. Caps are now referred to by the name of the cap as if it was a post, i.e. ->cap->edit_post. see #13358. 2010-05-12 20:45:18 +00:00
press-this.php I18n for custom taxonomies. Fixes #13357 2010-05-14 00:34:04 +00:00
profile.php
revision.php
setup-config.php
sidebar.php
theme-editor.php
theme-install.php
themes.php Use the edit_theme_options capability. fixes #13290. 2010-05-12 19:19:57 +00:00
tools.php Move taxonomy object properties for capabilities into a cap object. Capabilities can be specified via ['capabilities'] (an array keyed by the generic cap name) for register_taxonomy. fixes #13358. 2010-05-13 04:10:17 +00:00
update-core.php
update.php
upgrade-functions.php
upgrade.php
upload.php Ensure the nonce is available even if no media items exist or are un-attached. Fixes #13284. 2010-05-10 20:55:52 +00:00
user-edit.php
user-new.php
users.php
widgets.php Use the edit_theme_options capability. fixes #13290. 2010-05-12 19:19:57 +00:00