.. |
css
|
Pinking shears
|
2011-10-24 19:13:23 +00:00 |
images
|
UI touches for the single media button. see #17578.
|
2011-10-05 21:07:04 +00:00 |
includes
|
Use correct object. props adambackstrom. fixes #19045.
|
2011-10-25 16:08:24 +00:00 |
js
|
Pinking shears
|
2011-10-24 19:13:23 +00:00 |
maint
|
|
|
network
|
Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g
|
2011-10-20 15:04:46 +00:00 |
user
|
Make the dashboard screen (index.php) occupy the same menu index across all admins (site/network/user). Props wpmuguru. fixes #17751
|
2011-09-30 16:47:02 +00:00 |
about.php
|
Add new 'about this version' page (with filler content) and menu item. see #18742.
|
2011-09-21 23:20:26 +00:00 |
admin-ajax.php
|
Welcome panel contents and functionality. see #11651.
|
2011-10-19 16:41:26 +00:00 |
admin-footer.php
|
Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197.
|
2011-10-05 18:45:32 +00:00 |
admin-functions.php
|
|
|
admin-header.php
|
Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966
|
2011-10-17 20:57:32 +00:00 |
admin-post.php
|
|
|
admin.php
|
Don't trigger Database Upgrades for POST requests with a body. Fixes #18712
|
2011-09-20 04:17:55 +00:00 |
async-upload.php
|
|
|
comment.php
|
|
|
credits.php
|
Don't split names across multiple lines on the credits page. props zeo, fixes #17940.
|
2011-09-29 21:28:29 +00:00 |
custom-background.php
|
Fix attribute spacing. props mfields, fixes #18570.
|
2011-09-07 13:53:02 +00:00 |
custom-header.php
|
|
|
edit-comments.php
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |
edit-form-advanced.php
|
Pinking shears
|
2011-10-24 19:13:23 +00:00 |
edit-form-comment.php
|
Update meta box functions to handle WP_Screen objects and pass objects instead of IDs to them in core files. Allow passing emptiness to get the current screen. see #18958
|
2011-10-19 21:43:02 +00:00 |
edit-link-form.php
|
Update meta box functions to handle WP_Screen objects and pass objects instead of IDs to them in core files. Allow passing emptiness to get the current screen. see #18958
|
2011-10-19 21:43:02 +00:00 |
edit-tag-form.php
|
|
|
edit-tags.php
|
Pinking shears
|
2011-10-24 19:13:23 +00:00 |
edit.php
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |
export.php
|
|
|
freedoms.php
|
|
|
gears-manifest.php
|
|
|
import.php
|
Add the Tumblr importer to the Importers List. Fixes #18976
|
2011-10-18 02:32:28 +00:00 |
index-extra.php
|
|
|
index.php
|
Move welcome panel link to a 'Show on screen' checkbox. see #11651.
|
2011-10-19 21:43:21 +00:00 |
install-helper.php
|
|
|
install.php
|
Revert [18817]. Adding the new HTML to setup-config would make translation files stale, and I'd rather i18n that file first (see #18180). fixes #18865, see #16413.
|
2011-10-05 23:42:11 +00:00 |
link-add.php
|
|
|
link-manager.php
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |
link-parse-opml.php
|
|
|
link.php
|
|
|
load-scripts.php
|
|
|
load-styles.php
|
|
|
media-new.php
|
|
|
media-upload.php
|
Prevent the uploader getting stuck when deleting the only image from the gallery, props ocean90, fixes #15118
|
2011-09-30 22:52:29 +00:00 |
media.php
|
|
|
menu-header.php
|
Fix sub menu highlighting for post type pages. see #13662
|
2011-10-23 18:45:06 +00:00 |
menu.php
|
Fix typos in documentation (wp-admin/). See #18560.
|
2011-09-03 14:18:10 +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
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |
network.php
|
Pinking shears
|
2011-10-24 19:13:23 +00:00 |
options-discussion.php
|
|
|
options-general.php
|
|
|
options-head.php
|
|
|
options-media.php
|
|
|
options-permalink.php
|
|
|
options-privacy.php
|
|
|
options-reading.php
|
|
|
options-writing.php
|
|
|
options.php
|
Be more consistent with ERROR: messages. fixes #15887
|
2011-09-30 17:18:35 +00:00 |
plugin-editor.php
|
|
|
plugin-install.php
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |
plugins.php
|
Use get method for plugin search form. Avoid lingering notices. Props garyc40. fixes #16549
|
2011-10-18 19:18:08 +00:00 |
post-new.php
|
|
|
post.php
|
Move WP_Screen to a full registry. Have convert_to_screen() return a WP_Screen object. Improve and verify values for post_type and taxonomy. see #18785. also fixes #14886.
|
2011-10-24 18:34:08 +00:00 |
press-this.php
|
Pinking shears
|
2011-10-24 19:13:23 +00:00 |
profile.php
|
|
|
revision.php
|
|
|
setup-config.php
|
|
|
theme-editor.php
|
|
|
theme-install.php
|
|
|
themes.php
|
Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g
|
2011-10-20 15:04:46 +00:00 |
tools.php
|
|
|
update-core.php
|
Introduce ->mysql to allow drop-ins to declare themselves as MySQL and therefore allow minimum version checks to still apply. fixes #18176.
|
2011-10-25 05:29:28 +00:00 |
update.php
|
Store Plugin/Theme uploads in the Media Library properly. Add Scheduled cleanup +2hrs to clean up any aborted installation attempts. See #18182
|
2011-08-28 08:42:07 +00:00 |
upgrade-functions.php
|
|
|
upgrade.php
|
Introduce ->mysql to allow drop-ins to declare themselves as MySQL and therefore allow minimum version checks to still apply. fixes #18176.
|
2011-10-25 05:29:28 +00:00 |
upload.php
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |
user-edit.php
|
Validation fix for user-edit.php. Props sorich87. fixes #18921
|
2011-10-12 19:47:00 +00:00 |
user-new.php
|
Fix inviting existing users to a site with email confirmation. Props johnbillion. fixes #18295
|
2011-10-13 18:32:31 +00:00 |
users.php
|
Allow a super admin to demote themselves on a site to a role that does not contain the promote_users cap. props fonglh, fixes #18164.
|
2011-10-20 14:12:25 +00:00 |
widgets.php
|
Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.
|
2011-10-07 04:57:12 +00:00 |