Commits
User selector
Commit History
Commits on Nov 7, 2021
Editor: Update structure of title element for editing.
Show description for 4f2ce07committed
Commits on Nov 1, 2021
Editor: Include post's title in editor `title` element.
Show description for 054dac2committed
Commits on Sep 21, 2021
Docs: Document some more common names for dynamic hooks and standardise the phrasing used.
Show description for d7b91f9committed
Commits on May 25, 2021
Adds the widgets block editor to widgets.php and customize.php
Show description for 00bc227committed
Commits on Feb 2, 2021
Block Editor: Remove the `.is-dark-theme` body class from the admin header.
Show description for feb86cbcommitted
Commits on Oct 29, 2020
Coding standards: Modify escaping functions to avoid potential false positives.
Show description for 5bc2778committed
Commits on Oct 8, 2020
General: Replace older-style PHP type conversion functions with type casts.
Show description for 7970308committed
Commits on Sep 3, 2020
Administration: Give the `$error` variable in `wp-admin/admin-header.php` a more descriptive name.
Show description for 5e2a75ecommitted
Commits on Aug 24, 2020
Administration: Don't print the `.php-error` class in the admin header for PHP notices in `wp-config.php`.
Show description for ce10049committed
Commits on Jul 9, 2020
Administration: Remove multiple viewport meta tags from mobile pages.
Show description for 0999a01committed
Commits on Jun 18, 2020
Coding Standards: Use strict comparison for JS fragment in `wp-admin/admin-header.php`.
Show description for d6b5fbfcommitted
Commits on May 16, 2020
Coding Standards: Use strict comparison where static strings are involved.
Show description for 6742d0dcommitted
Commits on May 12, 2020
Coding Standards: Use strict comparison in some `wp-admin` files.
Show description for 94d96bdcommitted
Commits on May 6, 2020
Administration: Remove any CSS related to Internet Explorer versions 6 – 10.
Show description for 3d31284committed
Commits on May 2, 2020
Administration: Reduce the chance that a PHP error message that occurs before the admin menu gets output is covered by the admin menu.
Show description for 8eab1ebcommitted
Commits on Mar 20, 2020
Administration: Escape admin title on output after the `admin_title` filter runs, not before.
Show description for 827d77ecommitted
Commits on Feb 9, 2020
Coding Standards: Use Yoda conditions where appropriate.
Show description for 130751ccommitted
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9committed
Commits on Sep 3, 2019
I18N: Capitalize translator comments consistently, add trailing punctuation.
Show description for 00b03f2committed
Commits on Aug 4, 2019
Docs: Add missing description for `$current_screen` global.
Show description for a7b20decommittedDocs: Add missing description for `$wp_locale` global.
Show description for 1e6420bcommitted
Commits on Jul 9, 2019
Coding Standards: Fix instances of `WordPress.PHP.NoSilencedErrors.Discouraged`.
Show description for d36eda3committed
Commits on Jul 5, 2019
Coding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored.
Show description for 6b61c34committed
Commits on Apr 12, 2019
Administration: Move “Recovery Mode” to the beginning of the document title.
Show description for 212bbbacommitted
Commits on Apr 5, 2019
Administration: Improve user experience and clarify when in recovery mode.
Show description for a511415committed
Commits on Jan 17, 2019
Accessibility: Improve the way Internet Explorer 11 and JAWS announce fieldset legends.
Show description for 6b489bbcommitted
Commits on Dec 14, 2018
Block Editor: Add extra body classes when the block editor is loaded.
Show description for 981678bcommitted
Commits on Aug 19, 2018
Administration: Remove `$title_class` variable, unused since [18683].
Show description for 8bbae6acommitted
Commits on Apr 13, 2018
Administration: Avoid an extra space in the admin body class.
Show description for 9f9facacommitted
Commits on Mar 11, 2018
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Nov 21, 2016
I18n: Introduce more translator comments for strings that contain placeholders but don't have an accompanying translator comment.
Show description for 3470407committed
Commits on Oct 19, 2016
Multisite: Use `get_network()` and `get_current_network_id()` for current network data.
Show description for 2979167committed
Commits on Oct 3, 2016
I18N: Introduce a user-specific language setting.
Show description for f231e72committed