.. |
css
|
RTL fixes. Props yoavf. fixes #9975
|
2009-05-29 19:28:59 +00:00 |
images
|
Add wpspin_light and wpspin_dark spinners
|
2009-05-05 18:57:43 +00:00 |
import
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
includes
|
Fix notice when searching categories. Props gortsleigh. fixes #9970
|
2009-05-29 16:36:44 +00:00 |
js
|
Fix submenu position and state on folded admin menu, props sambauers, fixes #9956
|
2009-05-29 07:42:55 +00:00 |
admin-ajax.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
admin-footer.php
|
Check if get_site_option() is defined. It isn't when auto upgrading from <= 2.7.
|
2009-05-16 05:05:11 +00:00 |
admin-functions.php
|
|
|
admin-header.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
admin-post.php
|
Fire nopriv actions from post and ajax handlers when user is not logged in.
|
2009-03-05 21:43:35 +00:00 |
admin.php
|
Remove vestiges of what_to_show. Props filosofo. fixes #9815
|
2009-05-13 22:28:56 +00:00 |
async-upload.php
|
Show "Delete" in Media -> Add New, props mgriepentrog, fixes #7879
|
2009-05-21 01:42:40 +00:00 |
cache-manifest.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
categories.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
comment.php
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
|
2009-05-05 19:43:53 +00:00 |
custom-header.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
edit-attachment-rows.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
edit-category-form.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
edit-comments.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
edit-form-advanced.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
edit-form-comment.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
edit-link-categories.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
edit-link-category-form.php
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
|
2009-05-05 19:43:53 +00:00 |
edit-link-form.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
edit-page-form.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
edit-pages.php
|
Allow a plugin to filter the list of Page statuses. Fies #9928 props coffee2code.
|
2009-05-25 21:47:11 +00:00 |
edit-post-rows.php
|
Don't show tables when no posts or pages are found. fixes #8346
|
2008-11-26 00:36:25 +00:00 |
edit-tag-form.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
edit-tags.php
|
Fix search for custom taxonomies. Props gortsleigh. fixes #9971
|
2009-05-29 02:54:44 +00:00 |
edit.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
export.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
gears-manifest.php
|
Clean the cache-manifests, make $manifest_version and $tinymce_version global vars accessible from the manifest
|
2009-05-18 20:29:26 +00:00 |
import.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
index-extra.php
|
|
|
index.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
install-helper.php
|
Strip trailing whitespace
|
2008-12-09 18:03:31 +00:00 |
install.php
|
Don't double define ABSPATH. Props peaceablewhale. fixes #9863
|
2009-05-19 15:29:57 +00:00 |
link-add.php
|
Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
|
2008-11-11 22:40:16 +00:00 |
link-category.php
|
Fix menu parents. see #8421
|
2008-11-29 18:09:09 +00:00 |
link-manager.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
link-parse-opml.php
|
OPML import fixes
|
2008-12-10 18:43:43 +00:00 |
link.php
|
Fix parents for page and link editors. fixes #8421
|
2008-11-29 17:51:30 +00:00 |
load-scripts.php
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
|
2009-05-05 19:43:53 +00:00 |
load-styles.php
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
|
2009-05-05 19:43:53 +00:00 |
media-new.php
|
Bring back the H2s. Rough draft.
|
2008-10-17 20:02:03 +00:00 |
media-upload.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
media.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
menu-header.php
|
Load the menu folded (if set), load the editor earlier
|
2009-04-29 05:43:03 +00:00 |
menu.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
moderation.php
|
|
|
options-discussion.php
|
Revert [11475]. Keep those strings frozen for 2.8. see #9900
|
2009-05-28 21:36:44 +00:00 |
options-general.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
options-head.php
|
|
|
options-media.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
options-misc.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
options-permalink.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
options-privacy.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
options-reading.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
options-writing.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
options.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
page-new.php
|
Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
|
2008-11-11 22:40:16 +00:00 |
page.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
plugin-editor.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
plugin-install.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
plugins.php
|
Adds the bulk actions to the bottom of the plugins listing table and other fixes, props dd32, fixes #9838
|
2009-05-28 11:02:16 +00:00 |
post-new.php
|
Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
|
2008-11-11 22:40:16 +00:00 |
post.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
press-this.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
profile.php
|
|
|
revision.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
rtl.css
|
RTL fixes. Props yoavf. fixes #9975
|
2009-05-29 19:28:59 +00:00 |
setup-config.php
|
Use absolute paths for includes. Props hakre. fixes #9750
|
2009-05-12 16:47:49 +00:00 |
sidebar.php
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
|
2009-05-05 19:43:53 +00:00 |
theme-editor.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
theme-install.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
themes.php
|
Add confirmation AYS when upgrading a theme. fixes #9904
|
2009-05-27 19:05:58 +00:00 |
tools.php
|
Add tool_box action to tools.php. Allows appending to tools.
|
2009-05-29 19:15:32 +00:00 |
update-core.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
update-links.php
|
Use wpdb::insert() and update(). see #6836
|
2009-03-06 05:06:15 +00:00 |
update.php
|
Trailing whitespace cleanup
|
2009-04-20 18:18:39 +00:00 |
upgrade-functions.php
|
|
|
upgrade.php
|
Typo fix
|
2009-05-18 16:55:20 +00:00 |
upload.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
user-edit.php
|
Fix notice. Props wnorris. fixes #8433
|
2009-05-28 20:35:09 +00:00 |
user-new.php
|
Add HTML break in user-new.php, props demetris, fixes #9834
|
2009-05-16 21:51:32 +00:00 |
users.php
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
|
2009-05-18 15:11:07 +00:00 |
widgets.php
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
wp-admin.css
|
Plugins update notices css tweak
|
2009-05-24 01:15:25 +00:00 |