.. |
css
|
Use WP_Editor when editing or replying to comments, props ocean90, remove vendor specific selectors from editor-buttons.css, fixes #18348, see #17144
|
2011-09-28 21:07:08 +00:00 |
images
|
|
|
includes
|
Stop remembering the last viewed plugins screen. Always show all plugins when returning to plugins.php. fixes #18810.
|
2011-09-29 05:54:05 +00:00 |
js
|
|
|
maint
|
<!DOCTYPE html> for all, fixes #18202
|
2011-07-22 00:25:41 +00:00 |
network
|
|
|
user
|
|
|
about.php
|
|
|
admin-ajax.php
|
|
|
admin-footer.php
|
|
|
admin-functions.php
|
|
|
admin-header.php
|
|
|
admin-post.php
|
|
|
admin.php
|
|
|
async-upload.php
|
Add cap and type checks to media item fetch. For trunk
|
2011-02-05 18:22:53 +00:00 |
comment.php
|
|
|
credits.php
|
|
|
custom-background.php
|
Fix attribute spacing. props mfields, fixes #18570.
|
2011-09-07 13:53:02 +00:00 |
custom-header.php
|
Add gettext. Props Latz. fixes #18173
|
2011-08-04 16:29:46 +00:00 |
edit-comments.php
|
|
|
edit-form-advanced.php
|
|
|
edit-form-comment.php
|
|
|
edit-link-form.php
|
|
|
edit-tag-form.php
|
|
|
edit-tags.php
|
|
|
edit.php
|
Do not run bulk edit when the user clicks on a filter, fixes #17733
|
2011-06-10 00:01:16 +00:00 |
export.php
|
|
|
freedoms.php
|
Allow Codex URLs to be translated. Don't offer wp.org/about/ URLs for translation. props zeo, xibe. fixes #17480.
|
2011-05-18 19:39:24 +00:00 |
gears-manifest.php
|
|
|
import.php
|
|
|
index-extra.php
|
Cache the Dashboard RSS Widgets HTML output to reduce the memory footprint of including SimplePie. Fixes #16927
|
2011-06-10 06:31:39 +00:00 |
index.php
|
|
|
install-helper.php
|
More @since. props SergeyBiryukov, fixes #15445.
|
2010-12-20 09:25:21 +00:00 |
install.php
|
Mark the install page as rtl for styling purposes. Props SergeyBiryukov. See #18314 and #18180
|
2011-08-30 03:55:40 +00:00 |
link-add.php
|
|
|
link-manager.php
|
|
|
link-parse-opml.php
|
|
|
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
|
Fix editor icons when no SCRIPT_DEBUG, see #17144
|
2011-08-03 23:56:21 +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
|
|
|
media.php
|
Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499.
|
2011-05-19 19:52:11 +00:00 |
menu-header.php
|
|
|
menu.php
|
|
|
moderation.php
|
|
|
ms-admin.php
|
|
|
ms-delete-site.php
|
Add a nonce.
|
2011-05-22 23:18:58 +00:00 |
ms-edit.php
|
|
|
ms-options.php
|
|
|
ms-sites.php
|
|
|
ms-themes.php
|
Always exit after wp_redirect. props filosofo, fixes #15518.
|
2010-12-09 18:02:54 +00:00 |
ms-upgrade-network.php
|
|
|
ms-users.php
|
|
|
my-sites.php
|
|
|
nav-menus.php
|
|
|
network.php
|
|
|
options-discussion.php
|
Remove gratuitous periods. Add some semicolons. Props SergeyBiryukov. fixes #16186
|
2011-08-04 16:07:51 +00:00 |
options-general.php
|
|
|
options-head.php
|
|
|
options-media.php
|
|
|
options-permalink.php
|
|
|
options-privacy.php
|
|
|
options-reading.php
|
|
|
options-writing.php
|
|
|
options.php
|
Add option_page_capability_$option_page filter. see #14365.
|
2011-05-22 21:32:22 +00:00 |
plugin-editor.php
|
Merge most admin css files, first run, see #18314
|
2011-08-21 03:46:43 +00:00 |
plugin-install.php
|
Merge most admin css files, first run, see #18314
|
2011-08-21 03:46:43 +00:00 |
plugins.php
|
|
|
post-new.php
|
|
|
post.php
|
Release a user's post lock when the user leaves a post. see #18515.
|
2011-09-27 20:52:07 +00:00 |
press-this.php
|
Make use of specific post format support in current_theme_supports(). See #18691.
|
2011-09-19 16:31:33 +00:00 |
profile.php
|
|
|
revision.php
|
Mid-page headers should be h3, not h2.
|
2010-10-22 00:27:12 +00:00 |
setup-config.php
|
Remove duplicated id attribute. props pagesimplify. (wp-testers)
|
2011-07-31 22:20:06 +00:00 |
theme-editor.php
|
|
|
theme-install.php
|
|
|
themes.php
|
Use WP_PLUGIN_DIR, not PLUGINDIR. props ocean90, fixes #18772.
|
2011-09-25 19:24:15 +00:00 |
tools.php
|
Make copying the PressThis bookmarklet code easier in WebKit browsers, fixes #17184
|
2011-06-08 01:33:07 +00:00 |
update-core.php
|
|
|
update.php
|
|
|
upgrade-functions.php
|
phpdoc for wp-admin. See #7496 props santosj.
|
2008-08-14 06:30:38 +00:00 |
upgrade.php
|
|
|
upload.php
|
|
|
user-edit.php
|
|
|
user-new.php
|
|
|
users.php
|
|
|
widgets.php
|
|
|