..
control.php
Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant.
2020-02-06 06:31:22 +00:00
custom-css-setting.php
Tests: Use more appropriate assertions in a few tests.
2021-06-22 04:34:29 +00:00
manager.php
Make new WordPress installations use blocks in widget areas instead of widgets
2021-06-08 01:54:27 +00:00
nav-menu-item-setting.php
Customize: Ensure multiple CSS classes are passed to nav_menu_link_attributes as an array
2020-11-17 04:29:02 +00:00
nav-menu-setting.php
Tests: Introduce assertSameSets() and assertSameSetsWithIndex(), and use them where appropriate.
2020-09-04 07:01:00 +00:00
nav-menus.php
General: Replace older-style PHP type conversion functions with type casts.
2020-10-08 21:13:57 +00:00
panel.php
Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests.
2020-09-02 00:35:36 +00:00
partial.php
General: Replace older-style PHP type conversion functions with type casts.
2020-10-08 21:13:57 +00:00
section.php
Build/Test Tools: Standardise the name, signature, and usage of the wpSetUpBeforeClass() method that's used in test classes.
2020-11-15 13:59:32 +00:00
selective-refresh-ajax.php
Tests: Introduce assertSameSets() and assertSameSetsWithIndex(), and use them where appropriate.
2020-09-04 07:01:00 +00:00
selective-refresh.php
Tests: Introduce assertSameSets() and assertSameSetsWithIndex(), and use them where appropriate.
2020-09-04 07:01:00 +00:00
setting.php
Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests.
2020-09-02 00:35:36 +00:00
widgets.php
Widgets: Add missing label and description to Customizer controls.
2021-06-24 19:19:57 +00:00