WordPress/wp-admin
2009-07-25 12:21:55 +00:00
..
css "Trash" status for comments, first run, props caesarsgrunt, see #4529 2009-07-21 03:11:12 +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 Improve QE data for Draft, Pending and Scheduled posts screens, see #10478 2009-07-25 12:21:55 +00:00
js Improve QE data for Draft, Pending and Scheduled posts screens, see #10478 2009-07-25 12:21:55 +00:00
admin-ajax.php "Trash" status for comments, first run, props caesarsgrunt, see #4529 2009-07-21 03:11:12 +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 WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
admin-header.php Add $hook_suffix as js var, fixes #10008 2009-06-03 07:06:45 +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 Don't write to htaccess every time page is saved. Add hard/soft flush flag to flush_rules(). Make sure fopen is successful and silence errors. Props Viper007Bond. fixes #10181 for trunk 2009-06-16 02:44:28 +00:00
async-upload.php Show "Delete" in Media -> Add New, props mgriepentrog, fixes #7879 2009-05-21 01:42:40 +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 "Trash" status for comments, first run, props caesarsgrunt, see #4529 2009-07-21 03:11:12 +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 Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy 2009-06-19 18:56:28 +00:00
edit-comments.php "Trash" status for comments updates, props caesarsgrunt, see #4529 2009-07-24 07:23:11 +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 Fix comment author url when editing, fixes #10466 for trunk 2009-07-22 22:32:27 +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 Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy 2009-06-19 18:56:28 +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 Improve QE data for Draft, Pending and Scheduled posts screens, see #10478 2009-07-25 12:21:55 +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 Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy 2009-06-19 18:56:28 +00:00
edit-tags.php Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239 2009-07-01 08:12:39 +00:00
edit.php Improve QE data for Draft, Pending and Scheduled posts screens, see #10478 2009-07-25 12:21:55 +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 Draggable dash, first cut. Props mdawaffe. see #7552 2008-10-08 23:32:34 +00:00
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 H2 "Add New" buttons for the main screens 2009-06-12 03:20:16 +00:00
link-parse-opml.php Don't allow direct loading of link-parse-opml.php. This file needs to go away someday. 2009-07-02 03:15:00 +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 Don't lose upload error messages. Props filosofo. fixes #10238 for trunk 2009-06-25 06:09:22 +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 Trim query strings from menu entries before seeing if a corresponding file exists. fixes #10132 for trunk 2009-06-16 17:11:53 +00:00
menu.php Trim tailing whitespace 2009-05-24 23:47:49 +00:00
moderation.php phpdoc for wp-admin. See #7496 props santosj. 2008-08-14 06:30:38 +00:00
options-discussion.php Improve description of comments_per_page option. Fixes #9900 props hailin. 2009-06-17 06:56:34 +00:00
options-general.php Optimize timezone dropdown creation. Props sambauers. fixes #10125 for trunk 2009-06-18 17:40:40 +00:00
options-head.php phpdoc for wp-admin. See #7496 props santosj. 2008-08-14 06:30:38 +00:00
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 Check that token_get_all() exists before creating documentation links. fixes #10261 for trunk 2009-06-29 20:48:12 +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 H2 "Add New" buttons for the main screens 2009-06-12 03:20: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 phpdoc for wp-admin. See #7496 props santosj. 2008-08-14 06:30:38 +00:00
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 admin fixes. Props sambauers, nbachiyski. fixes #10159 for trunk 2009-06-29 00:40:26 +00:00
setup-config.php Provide a pre-filled wp-config.php file in a textarea if setup-config can't write to the server. Fixes #10107 props filosofo. 2009-07-09 21:35:47 +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 Fix overlap in plugin and theme editors, props eddieringle, fixes #10101 for trunk 2009-06-26 11:07:10 +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 H2 "Add New" buttons for the main screens 2009-06-12 03:20:16 +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 Change update string to indicate if version is the original English one, or the local one. Props nbachiyski. fixes #10117 for trunk 2009-06-29 20:25:51 +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 phpdoc for wp-admin. See #7496 props santosj. 2008-08-14 06:30:38 +00:00
upgrade.php Create wp_validate_redirect(), have the upgrade done link use it. props Westi. fixes #10193 for trunk 2009-06-19 19:30:17 +00:00
upload.php Fix notice in upload.php, props mrmist, fixes #10223 2009-07-14 08:39:56 +00:00
user-edit.php CSS fix for vertical misalignment in user-edit.php, props demetris, fixes #10036 2009-06-06 10:01:04 +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 H2 "Add New" buttons for the main screens 2009-06-12 03:20:16 +00:00
widgets.php Add "Accessibility Mode" for widgets screen (can be turned on from Screen Options). Add set_user_setting() to the UI state saving functions. 2009-06-01 23:31:34 +00:00
wp-admin.css "Trash" status for comments, first run, props caesarsgrunt, see #4529 2009-07-21 03:11:12 +00:00