Wordpress/src/wp-admin
2013-09-24 02:49:30 +00:00
..
css Saner CSS for row actions - now we can just target .row-actions instead of both .row-actions and .row-actions-visible. CSS for .row-actions-visible remains for now due to usage in plugins. Visibility is controlled by toggling a .visible class. fixes #25403. 2013-09-24 01:53:08 +00:00
images
includes Saner CSS for row actions - now we can just target .row-actions instead of both .row-actions and .row-actions-visible. CSS for .row-actions-visible remains for now due to usage in plugins. Visibility is controlled by toggling a .visible class. fixes #25403. 2013-09-24 01:53:08 +00:00
js Allow all non-visible default row actions in the admin to be accessed via keyboard. fixes #21334. 2013-09-24 02:49:30 +00:00
maint
network Clarify a string in Network Dashboard help text. props DrewAPicture. see #23163. 2013-09-16 20:13:36 +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:52:06 +00:00
admin-footer.php Correct @since in admin-footer. see #25229. 2013-09-06 17:37:15 +00:00
admin-functions.php
admin-header.php Inline documentation for hooks in wp-admin/admin-header.php. 2013-09-19 16:32:29 +00:00
admin-post.php Inline documentation for hooks in wp-admin/admin-post.php. 2013-09-23 23:47:41 +00:00
admin.php
async-upload.php
comment.php Document comment_edit_redirect. 2013-09-06 17:00:30 +00:00
credits.php Add phpdoc blocks in wp-admin/credits.php. 2013-09-19 02:26:24 +00:00
custom-background.php Mark the hooks in custom-background.php as duplicates. 2013-09-06 17:04:36 +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:33:50 +00:00
customize.php
edit-comments.php Remove unnecessary printf(). fixes #25321. 2013-09-14 19:11:37 +00:00
edit-form-advanced.php Introduce a meta_box_cb argument for register_taxonomy(). 2013-09-23 17:11: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:40:15 +00:00
edit-link-form.php
edit-tag-form.php Add actions for term editing/creation form tags, for adding enctype attributes. Matches the pattern we've used elsewhere. props JustinSainton, fixes #15261. 2013-08-16 19:53:50 +00:00
edit-tags.php Return to 'Item' for term updated messages for the link_category taxonomy. 2013-08-28 18:58:57 +00:00
edit.php Introduce a bulk_post_updated_messages filter. 2013-09-23 18:52:04 +00:00
export.php Add missing phpdoc block for export_date_options(). 2013-09-19 02:08:53 +00:00
freedoms.php
import.php
index.php Short descriptions for inline docs should end with a period, per the vast majority of core. see #25229. 2013-09-06 01:37:59 +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:56:47 +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:34:56 +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:10:18 +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:41:49 +00:00
network.php
options-discussion.php Clarify a string in discussion settings. props Ipstenu, DrewAPicture. fixes #16705. 2013-09-07 15:35:26 +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:27:40 +00:00
options-permalink.php Add nginx detection to the Permalink Settings screen. 2013-09-16 20:06:27 +00:00
options-reading.php
options-writing.php No space between // and duplicate_hook. see #25229 2013-09-12 18:56:32 +00:00
options.php Inline documentation for hooks in wp-admin/options.php. 2013-09-12 03:43:48 +00:00
plugin-editor.php Inline documentation for hooks in wp-admin/plugin-editor.php. 2013-09-20 23:17:59 +00:00
plugin-install.php Inline documentation for hooks in wp-admin/plugin-install.php. 2013-09-20 02:35:41 +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:51:58 +00:00
post.php
press-this.php Press This: Add admin_head-like hooks that are specific to the page. 2013-08-26 20:59:44 +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:58:45 +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:56:20 +00:00
theme-editor.php Remove redundant context for Child Themes link. fixes #25079. 2013-08-23 00:30:50 +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:44:25 +00:00
update.php
upgrade-functions.php
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:48:27 +00:00
user-new.php Inline documentation for hooks in wp-admin/user-new.php. 2013-09-17 08:32:07 +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:10:43 +00:00