.. |
css
|
Accessibility: improve the color contrast in the Edit Comment "Status" box.
|
2016-06-01 17:50:50 +00:00 |
images
|
About: Run w-logo-white.png through imagemin .
|
2016-03-10 05:15:33 +00:00 |
includes
|
Editor: ensure the page is refreshed when the users navigate to it with the Back or Forward buttons. In these cases the browsers usually load the page from (memory) cache and it contains the old editor content.
|
2016-06-02 01:29:25 +00:00 |
js
|
Editor: autoresize fixes for text
|
2016-06-01 10:23:17 +00:00 |
maint
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
network
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
user
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
about.php
|
About Page: Add Final Video
|
2016-04-12 17:24:37 +00:00 |
admin-ajax.php
|
Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).
|
2016-02-25 12:52:33 +00:00 |
admin-footer.php
|
Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.
|
2016-05-25 16:04:37 +00:00 |
admin-functions.php
|
|
|
admin-header.php
|
Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.
|
2016-05-25 16:04:37 +00:00 |
admin-post.php
|
Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).
|
2016-02-25 12:52:33 +00:00 |
admin.php
|
Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files.
|
2016-05-23 17:27:19 +00:00 |
async-upload.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
comment.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
credits.php
|
Credits: Add a missing closing tag.
|
2016-05-14 18:58:01 +00:00 |
custom-background.php
|
callback is not a valid type in PHP, PSR-5, or phpDocumentor. callable should be used instead.
|
2015-09-25 23:57:46 +00:00 |
custom-header.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
customize.php
|
Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.
|
2016-05-25 16:04:37 +00:00 |
edit-comments.php
|
Allow searching for 0 throughout the admin.
|
2016-01-14 20:05:06 +00:00 |
edit-form-advanced.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
edit-form-comment.php
|
Accessibility: improve the color contrast in the Edit Comment "Status" box.
|
2016-06-01 17:50:50 +00:00 |
edit-link-form.php
|
Bump H3 headings to H2 on the legacy Link Manager screen for better accessibility.
|
2015-10-14 17:31:29 +00:00 |
edit-tag-form.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
edit-tags.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
edit.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
export.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
freedoms.php
|
4.5 About Page, second round.
|
2016-04-10 02:02:04 +00:00 |
import.php
|
Accessibility: Improve accessibility for the Plugin details modal.
|
2016-03-10 22:36:25 +00:00 |
index.php
|
Dashboard: Improve grammar for WordPress News help text.
|
2016-05-24 21:21:59 +00:00 |
install-helper.php
|
Docs: Add missing descriptions for the $wpdb global in DocBlocks all the places.
|
2015-10-14 23:43:10 +00:00 |
install.php
|
I18N: Remove <code> tags from translatable strings in wp-admin/install.php .
|
2016-02-24 01:21:05 +00:00 |
link-add.php
|
|
|
link-manager.php
|
Allow searching for 0 throughout the admin.
|
2016-01-14 20:05:06 +00:00 |
link-parse-opml.php
|
Add @global annotations for wp-admin/* .
|
2015-05-28 21:40:27 +00:00 |
link.php
|
|
|
load-scripts.php
|
Bootstrap/Load: Allow for ABSPATH to be defined outside of wp-load.php , e.g. in a script loaded via auto_prepend_file .
|
2016-04-14 17:52:02 +00:00 |
load-styles.php
|
Bootstrap/Load: Allow for ABSPATH to be defined outside of wp-load.php , e.g. in a script loaded via auto_prepend_file .
|
2016-04-14 17:52:02 +00:00 |
media-new.php
|
media-new.php , when using the browser uploader, if the result of uploading is a WP_Error - wp_die() with the error, instead of redirecting with a generic error.
|
2015-09-10 17:17:22 +00:00 |
media-upload.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
media.php
|
Media: Change wording for media files which aren't attached.
|
2016-03-08 17:42:45 +00:00 |
menu-header.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
menu.php
|
Docs: Standardize on 'backward compatibility/compatible' nomenclature in core inline docs.
|
2016-05-13 18:40:19 +00:00 |
moderation.php
|
|
|
ms-admin.php
|
|
|
ms-delete-site.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
ms-edit.php
|
|
|
ms-options.php
|
|
|
ms-sites.php
|
|
|
ms-themes.php
|
|
|
ms-upgrade-network.php
|
|
|
ms-users.php
|
|
|
my-sites.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
nav-menus.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
network.php
|
Network Setup: don't use <code> in translation strings in wp-admin/network files.
|
2015-09-18 18:17:26 +00:00 |
options-discussion.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
options-general.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
options-head.php
|
Docs: Standardize on 'backward compatibility/compatible' nomenclature in core inline docs.
|
2016-05-13 18:40:19 +00:00 |
options-media.php
|
Remove <code> tag from translatable string in wp-admin/options-media.php .
|
2015-11-06 00:27:51 +00:00 |
options-permalink.php
|
Accessibility: Don't mark up "URL" as an abbreviation.
|
2016-01-01 12:10:00 +00:00 |
options-reading.php
|
Move ad hoc Options functions to wp-admin/includes/options.php :
|
2015-09-10 21:44:29 +00:00 |
options-writing.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
options.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
plugin-editor.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
plugin-install.php
|
Text Changes: Consistently refer to https://wordpress.org/plugins/ and https://wordpress.org/themes/ as WordPress Plugin Directory and WordPress Theme Directory, respectively.
|
2016-04-22 06:56:20 +00:00 |
plugins.php
|
Plugin Install: show the upload form in place rather than sending users to the devoted upload plugin page.
|
2016-04-16 16:42:48 +00:00 |
post-new.php
|
Provide more helpful feedback than just "Cheatin' uh?" for permission errors in wp-admin/post-new.php .
|
2015-09-02 18:35:05 +00:00 |
post.php
|
Posts: Fire a post_action_{$action} action for a custom post action request.
|
2016-05-12 15:43:48 +00:00 |
press-this.php
|
Provide more helpful feedback than just "Cheatin' uh?" for permission errors in wp-admin/press-this.php .
|
2015-09-02 18:37:28 +00:00 |
profile.php
|
|
|
revision.php
|
Revisions screen: change language from "Return to post editor" to "Return to editor" - more generic for usage by custom post types.
|
2015-09-09 03:22:36 +00:00 |
setup-config.php
|
Setup: Sanity check for invalid table prefixes.
|
2016-05-27 01:53:09 +00:00 |
term.php
|
Taxonomy: After [36874], rename $term_id to $tag_ID in wp-admin/edit-tag-form.php .
|
2016-03-11 08:51:13 +00:00 |
theme-editor.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
theme-install.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
themes.php
|
Text Changes: Consistently refer to https://wordpress.org/plugins/ and https://wordpress.org/themes/ as WordPress Plugin Directory and WordPress Theme Directory, respectively.
|
2016-04-22 06:56:20 +00:00 |
tools.php
|
Bump H3 headings to H2 on Tools screen for better accessibility.
|
2015-08-31 03:31:38 +00:00 |
update-core.php
|
I18N: On the Updates screen simplify plugin's version details link.
|
2016-04-06 12:51:57 +00:00 |
update.php
|
Plugins: Don't request all fields via plugins_api( 'plugin_information' ) for plugin installs and update checks.
|
2015-09-26 15:49:06 +00:00 |
upgrade-functions.php
|
|
|
upgrade.php
|
Install/Upgrade: Keep indexing bots away until a site is ready to be seen.
|
2015-12-08 21:55:48 +00:00 |
upload.php
|
Media: Fix typo introduced in [36887].
|
2016-03-14 08:59:49 +00:00 |
user-edit.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
user-new.php
|
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
|
2016-05-22 18:00:23 +00:00 |
users.php
|
Use admin_url() for "Add New" links in wp-admin/users.php .
|
2016-03-09 19:08:58 +00:00 |
widgets.php
|
After [36171] remove all the occurrences of the old CSS clearfix.
|
2016-01-30 13:45:37 +00:00 |