WordPress/wp-admin
2011-05-06 20:38:49 +00:00
..
css Compromise between a mix of razor-sharp corners and gratuitously over-rounded "safety corners" by standardizing around 3px border-radius (mouse-nibbled corners). see #17324 2011-05-06 19:00:53 +00:00
images Add collapse link to admin menu, add new arrow graphics, improve screen meta JS/CSS. 2011-05-05 19:51:32 +00:00
includes * Allow Pagination for Must-Use/Dropin plugins 2011-05-05 05:24:15 +00:00
js Add collapse link to admin menu, add new arrow graphics, improve screen meta JS/CSS. 2011-05-05 19:51:32 +00:00
maint String fixes. props demetris. fixes #15688. 2010-12-05 14:31:18 +00:00
network Don't fetch update info our show update bubbles if the user does not have install caps. Props nacin. fixes #16532 2011-05-06 19:48:13 +00:00
user Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
admin-ajax.php Distraction Free Writing mode, see #17136 2011-04-25 01:01:34 +00:00
admin-footer.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
admin-functions.php
admin-header.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
admin-post.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
admin.php Introduce WP_MAX_MEMORY_LIMIT constant for the high memory limit we set when image processing and unzipping. 2011-04-28 16:25:36 +00:00
async-upload.php Add cap and type checks to media item fetch. For trunk 2011-02-05 18:22:53 +00:00
comment.php Remove space from string. props pavelevap, fixes #17274. 2011-04-29 14:53:43 +00:00
custom-background.php Denote images that are headers or backgrounds in the media ui. Props ocean90. fixes #17291 2011-05-04 18:28:31 +00:00
custom-header.php Custom header admin UI fixes. Props lancewillett. fixes #17240 2011-05-05 20:15:19 +00:00
edit-comments.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
edit-form-advanced.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
edit-form-comment.php submit_button() fixes. Props sbressler. See #15064 2010-11-13 23:49:53 +00:00
edit-link-form.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
edit-tag-form.php Tag textareas escaped earlier with textarea_escaped. see #15454. 2010-12-25 17:58:01 +00:00
edit-tags.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
edit.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
export.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
gears-manifest.php Default Google Gears ignoreQuery to true in manifest. see #13562 2010-05-30 08:45:50 +00:00
import.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
index-extra.php Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917. 2011-04-28 12:02:24 +00:00
index.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
install-helper.php More @since. props SergeyBiryukov, fixes #15445. 2010-12-20 09:25:21 +00:00
install.php Use the l10n helper js file in the installer. See #15124. 2010-11-12 11:44:08 +00:00
link-add.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
link-manager.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
link-parse-opml.php Update since phpdoc. Props demetris. fixes #15445 2010-12-01 19:24:38 +00:00
link.php Use Absolute URL's & API's in header redirects in more locations. See #14062 2010-10-27 10:43:43 +00:00
load-scripts.php Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920 2011-04-11 18:55:11 +00:00
load-styles.php Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920 2011-04-11 18:55:11 +00:00
media-new.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
media-upload.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
media.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
menu-header.php Improve collapsed menu styling. see #17324. 2011-05-05 22:13:03 +00:00
menu.php Don't fetch update info our show update bubbles if the user does not have install caps. Props nacin. fixes #16532 2011-05-06 19:48:13 +00:00
moderation.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
ms-admin.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-delete-site.php Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064 2010-10-28 21:56:43 +00:00
ms-edit.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-options.php Network Admin, first pass. see #14435 2010-07-30 20:34:54 +00:00
ms-sites.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-themes.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-upgrade-network.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-users.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
my-sites.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
nav-menus.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
network.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-discussion.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-general.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-head.php Backwards compat for plugin use of updated=1. fixes #15660 2010-12-03 10:59:20 +00:00
options-media.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-permalink.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-privacy.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-reading.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-writing.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
plugin-editor.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
plugin-install.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
plugins.php * Allow Pagination for Must-Use/Dropin plugins 2011-05-05 05:24:15 +00:00
post-new.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
post.php Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917. 2011-04-28 12:02:24 +00:00
press-this.php Validate post status against capabilities in press this. Props nacin. for trunk 2011-04-26 17:15:44 +00:00
profile.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
revision.php Mid-page headers should be h3, not h2. 2010-10-22 00:27:12 +00:00
setup-config.php Restore compat.php includes. see #16918 2011-04-07 15:47:04 +00:00
theme-editor.php Ensure we're matching the complete theme directory when excluding parent templates from the theme editor. props chrisbliss18, fixes #16607 for trunk. 2011-02-21 18:57:09 +00:00
theme-install.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
themes.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
tools.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
update-core.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
update.php Remove more E_RECOVERABLE_ERROR checks. props duck_, see #16920. 2011-04-12 09:21:13 +00:00
upgrade-functions.php
upgrade.php esc_url_raw() when doing urlencode() 2011-04-01 19:35:38 +00:00
upload.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
user-edit.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
user-new.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
users.php Big UI style update. props koopersmith. see #17324 2011-05-04 20:15:05 +00:00
widgets.php Add context for widget Deactivate string. Props ocean90. fixes #17295 2011-05-06 20:38:49 +00:00