.. |
css
|
Set min-height for menu item title. props garyc40. fixes #16787.
|
2013-09-02 17:35:10 +00:00 |
images
|
|
|
includes
|
Add a language pack upgrader class.
|
2013-09-23 02:08:10 +00:00 |
js
|
Image Edit: Replace deprecated $.load() and $.error() methods to prevent warnings by jQuery Migrate, fixes #25371.
|
2013-09-21 11:24:09 +00:00 |
maint
|
|
|
network
|
Clarify a string in Network Dashboard help text. props DrewAPicture. see #23163.
|
2013-09-16 20:14:11 +00:00 |
user
|
|
|
about.php
|
|
|
admin-ajax.php
|
Fix spaces to tabs and inline documenation formatting in wp-admin/admin-ajax.php.
|
2013-09-21 05:53:09 +00:00 |
admin-footer.php
|
Correct @since in admin-footer. see #25229.
|
2013-09-06 17:38:09 +00:00 |
admin-functions.php
|
|
|
admin-header.php
|
Inline documentation for hooks in wp-admin/admin-header.php.
|
2013-09-19 16:33:08 +00:00 |
admin-post.php
|
Improve file header and description in wp-admin/admin-post.php.
|
2013-09-22 05:18:09 +00:00 |
admin.php
|
|
|
async-upload.php
|
|
|
comment.php
|
Document comment_edit_redirect.
|
2013-09-06 17:01:09 +00:00 |
credits.php
|
Add phpdoc blocks in wp-admin/credits.php.
|
2013-09-19 02:27:09 +00:00 |
custom-background.php
|
Mark the hooks in custom-background.php as duplicates.
|
2013-09-06 17:05:09 +00:00 |
custom-header.php
|
Remove lingering instances of call time pass-by-reference, limited to instances of callable - use $this instead of &$this .
|
2013-09-05 16:34:09 +00:00 |
customize.php
|
|
|
edit-comments.php
|
Remove unnecessary printf(). fixes #25321.
|
2013-09-14 19:12:10 +00:00 |
edit-form-advanced.php
|
Allow the "Add New" URL on post edit screens to be filtered via admin_url() . props SergeyBiryukov, jeremyfelt, c3mdigital. fixes #18504.
|
2013-09-20 20:31:09 +00:00 |
edit-form-comment.php
|
Show the IP address, if available, in the comment edit screen submit meta box. props leewillis77. fixes #24638.
|
2013-09-10 14:41:11 +00:00 |
edit-link-form.php
|
Remove dead code. Removed in [23445], accidentally reinstated in [23554]. This was found during wp_reset_vars() cleanup. see #21767.
|
2013-04-06 20:47:12 +00:00 |
edit-tag-form.php
|
|
|
edit-tags.php
|
Return to 'Item' for term updated messages for the link_category taxonomy.
|
2013-08-28 18:59:09 +00:00 |
edit.php
|
Allow the "Add New" URL on post edit screens to be filtered via admin_url() . props SergeyBiryukov, jeremyfelt, c3mdigital. fixes #18504.
|
2013-09-20 20:31:09 +00:00 |
export.php
|
Add missing phpdoc block for export_date_options() .
|
2013-09-19 02:09:08 +00:00 |
freedoms.php
|
|
|
import.php
|
Pull the list of popular importers from WordPress.org.
|
2012-11-17 07:20:04 +00:00 |
index.php
|
Short descriptions for inline docs should end with a period, per the vast majority of core. see #25229.
|
2013-09-06 01:38:09 +00:00 |
install-helper.php
|
|
|
install.php
|
Remove 'admin' as a fallback for username in install. props tivnet, DrewAPicture. fixes #24078.
|
2013-08-24 13:57:09 +00:00 |
link-add.php
|
|
|
link-manager.php
|
|
|
link-parse-opml.php
|
|
|
link.php
|
|
|
load-scripts.php
|
|
|
load-styles.php
|
|
|
media-new.php
|
|
|
media-upload.php
|
|
|
media.php
|
|
|
menu-header.php
|
|
|
menu.php
|
Introduce show_in_menu for register_taxonomy.
|
2013-08-26 22:35:10 +00:00 |
moderation.php
|
|
|
ms-admin.php
|
|
|
ms-delete-site.php
|
Inline documentation for hooks in wp-admin/ms-delete-site.php.
|
2013-09-13 09:11:09 +00:00 |
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
|
Consolidate similar menu locations strings. props DrewAPicture. fixes #24945.
|
2013-09-03 01:42:10 +00:00 |
network.php
|
|
|
options-discussion.php
|
Clarify a string in discussion settings. props Ipstenu, DrewAPicture. fixes #16705.
|
2013-09-07 15:36:09 +00:00 |
options-general.php
|
|
|
options-head.php
|
|
|
options-media.php
|
Alter some text for clarity on the Media Settings page.
|
2013-09-21 17:28:09 +00:00 |
options-permalink.php
|
Add nginx detection to the Permalink Settings screen.
|
2013-09-16 20:07:09 +00:00 |
options-reading.php
|
|
|
options-writing.php
|
No space between // and duplicate_hook. see #25229
|
2013-09-12 18:57:10 +00:00 |
options.php
|
Inline documentation for hooks in wp-admin/options.php.
|
2013-09-12 03:44:08 +00:00 |
plugin-editor.php
|
Inline documentation for hooks in wp-admin/plugin-editor.php.
|
2013-09-20 23:18:10 +00:00 |
plugin-install.php
|
Inline documentation for hooks in wp-admin/plugin-install.php.
|
2013-09-20 02:36:09 +00:00 |
plugins.php
|
|
|
post-new.php
|
Let the wp_redirect to media-new.php from post-new.php?post_type=attachment be canceled using the wp_redirect filter.
|
2013-09-16 17:52:10 +00:00 |
post.php
|
|
|
press-this.php
|
Press This: Add admin_head-like hooks that are specific to the page.
|
2013-08-26 21:00:09 +00:00 |
profile.php
|
|
|
revision.php
|
Inline documentation fixes and additions for wp-admin/revision.php and wp-admin/includes/revision.php.
|
2013-09-12 22:59:08 +00:00 |
setup-config.php
|
Fix wp_guess_url() to work in every scenario I could find, allows us to use it to determine the correct path to the WordPress Site URL before installation for install.php and setup-config.php redirects. Fixes #24480 Fixes #16884
|
2013-09-12 06:57:09 +00:00 |
theme-editor.php
|
Remove redundant context for Child Themes link. fixes #25079.
|
2013-08-23 00:31:10 +00:00 |
theme-install.php
|
|
|
themes.php
|
|
|
tools.php
|
|
|
update-core.php
|
Upgrader: Deprecate a few mostly unused functions, wp_update_plugin(), wp_update_theme(), and, wp_update_core().
|
2013-09-09 06:45:08 +00:00 |
update.php
|
|
|
upgrade-functions.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
upgrade.php
|
|
|
upload.php
|
|
|
user-edit.php
|
Check $profileuser->rich_editing for empty before using it in Edit User admin code.
|
2013-09-10 22:49:08 +00:00 |
user-new.php
|
Inline documentation for hooks in wp-admin/user-new.php.
|
2013-09-17 08:33:10 +00:00 |
users.php
|
|
|
widgets.php
|
Avoid 'Only variables should be passed by reference' notice on Widgets screen. props jdgrimes. fixes #25225.
|
2013-09-04 05:11:09 +00:00 |