Commits
User selector
Commit History
Commits on Jan 15, 2019
Coding Standards: Move an assignment out of a condition in `wp-admin/admin.php`.
Show description for bb59882committed
Commits on Jan 9, 2019
Docs: Document the `$page_hook` action.
Show description for 36a2ed3committed
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Dec 1, 2017
Hooks: Standardize naming of dynamic hooks using values derived from superglobals to use interpolation vs concatenation.
Show description for 6b325e9committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Oct 24, 2017
Transients: After [41963], add missing cron task for `delete_expired_transients()`.
Show description for 8d56effcommitted
Commits on Jan 22, 2017
Text Changes: Add a period to the only `wp_die()` message that didn't have it: "Invalid plugin page".
Show description for c9d9547committed
Commits on Aug 22, 2016
Hooks: Standardize naming of dynamic hooks to use interpolation vs concatenation.
Show description for b4fca4acommitted
Commits on Jul 8, 2016
Bootstrap: Enhance core's memory limit handling.
Show description for c68f1eccommitted
Commits on Jul 7, 2016
Import: Merge two similar strings.
Show description for fb3b0a9committed
Commits on Jun 29, 2016
Text Changes: Unify permission error messages.
Show description for 2063801committed
Commits on May 23, 2016
Docs: Apply inline `@see` tags to hooks referenced in DocBlocks for wp-admin/* files.
Show description for 2111185committed
Commits on May 22, 2016
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
Show description for 1cd420acommitted
Commits on May 13, 2016
Docs: Standardize on 'backward compatibility/compatible' nomenclature in core inline docs.
Show description for 1955725committed
Commits on Mar 27, 2016
Taxonomy: After [36874], run the correct `load-edit-tags.php` hook on the new term edit page.
Show description for b4c43b0committed
Commits on Mar 7, 2016
Taxonomy: Improve backward compatibility on the `wp-admin/term.php` page.
Show description for 3a51ff4committed
Commits on Feb 25, 2016
Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).
Show description for 9a7488acommitted
Commits on Jan 12, 2016
Docs: Fix typo in wp-admin/admin.php.
Show description for 3212239committed
Eric Andrew Lewis
Commits on Dec 16, 2015
Docs: Correct a parameter name for the `force_filtered_html_on_import` filter.
Show description for 505fc31committedDocs: Correct a parameter name for the `do_mu_upgrade` filter.
Show description for 9a9e2f6committed
Commits on Dec 7, 2015
Make date format consistent across the admin
Show description for 14c3f3ccommitted
Commits on Oct 5, 2015
Use `wp_installing()` instead of `WP_INSTALLING` constant.
Show description for 578134dcommitted
Commits on Sep 17, 2015
Superglobals: Revert [34059] until further notice.
Show description for 3531c0bcommitted
Commits on Sep 11, 2015
Commits on May 28, 2015
Add `@global` annotations for `wp-admin/*`.
Show description for 23ce2efcommitted
Commits on Jan 29, 2015
Avoid confusion by clarifying an inline comment on logic for performing multisite upgrades.
Show description for 8821a55committed
Commits on Jan 13, 2015
Ensure we're using the correct `@ignore` phpDocumentor tag to mark elements that should be skipped when parsing.
Show description for 9b0cf1bcommitted
Commits on Jan 10, 2015
Admin globals:
Show description for 77cffd8committed
Commits on Jan 8, 2015
After [31105], don't ditch the `isset()` calls for BC. Declare `$page_hook` as `null` so it is initialized for all execution paths but will still fail `isset()` checks.
Show description for 0c37f86committedProperly declare `$hook_suffix`, `$plugin_page`, `$typenow`, and `$taxnow` as globals in `wp-admin/admin.php`.
Show description for c4e2ad0committedThe keyword `elseif` should be used instead of `else if` so that all control keywords look like single words.
Show description for 6fd1162committed
Commits on Nov 30, 2014
Docs Formatting: Backtick-escape inline code for all dynamic hook docs in wp-admin/*.
Show description for b90807ccommitted
Commits on Jul 17, 2014
Fix syntax for single- and multi-line comments in wp-admin-directory files.
Show description for 6ddc1e5committed
Commits on May 18, 2014
Commits on May 13, 2014
Clarify inline documentation for back-compat `load-*` action hooks.
Show description for 1954f9bcommitted