Wordpress/wp-admin
bumpbot bc37473b87 Compress scripts/styles: 3.6-alpha-23627.
git-svn-id: https://develop.svn.wordpress.org/trunk@23627 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-06 22:58:49 +00:00
..
css Compress scripts/styles: 3.6-alpha-23627. 2013-03-06 22:58:49 +00:00
images Revert [23369] and [23370]: the icons. see #23333. 2013-02-28 01:15:20 +00:00
includes Call them network upgrades rather than network updates to better indicate that they are DB upgrades rather than code/file upgrades. 2013-03-05 17:02:31 +00:00
js Compress scripts/styles: 3.6-alpha-23596. 2013-03-03 22:58:36 +00:00
maint Use correct escaping function. fixes #23334. 2013-02-14 05:52:23 +00:00
network Call them network upgrades rather than network updates to better indicate that they are DB upgrades rather than code/file upgrades. 2013-03-05 17:02:31 +00:00
user
about.php
admin-ajax.php Revisions: First pass an implementing a new UI/UX for reviewing the revisions of posts. See #23497 props adamsilverstein for the initial patch. 2013-02-28 15:14:34 +00:00
admin-footer.php
admin-functions.php
admin-header.php
admin-post.php
admin.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:00:25 +00:00
async-upload.php
comment.php
credits.php
custom-background.php Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767 2013-03-01 16:28:40 +00:00
custom-header.php Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767 2013-03-01 16:28:40 +00:00
customize.php Refactor the Customizer accordion so that it can be used in other locations. 2013-02-14 22:58:04 +00:00
edit-comments.php Ensure the referer functions operate completely on unslashed data: wp_referer_field(), wp_original_referer_field(), wp_get_referer(), wp_get_original_referer(). 2013-03-01 17:58:43 +00:00
edit-form-advanced.php Prevent an unseemly gap on the edit screen when nothing else displays before normal meta boxes. Give better HTML and visual structure to items added via `edit_form_after_title` and `edit_form_after_editor`. Using a class of `.edit-form-section` will now get you a 20px bottom margin; perfect for your additions to the post edit screen. fixes #23240. 2013-03-04 23:22:17 +00:00
edit-form-comment.php Ensure the referer functions operate completely on unslashed data: wp_referer_field(), wp_original_referer_field(), wp_get_referer(), wp_get_original_referer(). 2013-03-01 17:58:43 +00:00
edit-link-form.php Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767 2013-03-01 16:28:40 +00:00
edit-tag-form.php
edit-tags.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:00:25 +00:00
edit.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:00:25 +00:00
export.php
freedoms.php
import.php
index.php
install-helper.php
install.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
link-add.php Remove unused variables reset by wp_reset_vars(). Many of these haven't been used since b2. see #21767. 2013-02-16 18:28:41 +00:00
link-manager.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
link-parse-opml.php
link.php Remove unused variables reset by wp_reset_vars(). Many of these haven't been used since b2. see #21767. 2013-02-16 18:28:41 +00:00
load-scripts.php
load-styles.php
media-new.php
media-upload.php
media.php Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767 2013-03-01 16:28:40 +00:00
menu-header.php
menu.php
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 Tweak the Nav Menu UX, especially around menu creation. 2013-03-06 19:34:01 +00:00
network.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
options-discussion.php
options-general.php
options-head.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
options-media.php
options-permalink.php
options-reading.php
options-writing.php
options.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
plugin-editor.php Don't unslash variables that came from wp_reset_vars(). see #21767. 2013-03-01 18:59:54 +00:00
plugin-install.php
plugins.php
post-new.php
post.php Remove unused variables reset by wp_reset_vars(). Many of these haven't been used since b2. see #21767. 2013-02-16 18:28:41 +00:00
press-this.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
profile.php
revision.php * Simplify jQuery UI slider CSS and bring into line with admin styles. 2013-03-01 19:24:03 +00:00
setup-config.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
theme-editor.php Don't unslash variables that came from wp_reset_vars(). see #21767. 2013-03-01 18:59:54 +00:00
theme-install.php
themes.php
tools.php
update-core.php Maintain theme screenshot aspect ratio on the update screen. props cochran. fixes #23164. 2013-02-02 17:02:01 +00:00
update.php Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767 2013-03-01 16:28:40 +00:00
upgrade-functions.php
upgrade.php Always wp_unslash() the return of wp_get_referer(). 2013-03-01 17:20:32 +00:00
upload.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-01 17:14:09 +00:00
user-edit.php Always wp_unslash() the return of wp_get_referer(). 2013-03-01 17:20:32 +00:00
user-new.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-03 16:30:38 +00:00
users.php Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). 2013-03-03 16:30:38 +00:00
widgets.php