We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f68ab commit 70a3651Copy full SHA for 70a3651
tests/phpunit/tests/dependencies/stylesLTRSupport.php
@@ -8,7 +8,7 @@ class Tests_Dependencies_StylesLtrSupport extends WP_UnitTestCase {
8
public function set_up(): void {
9
parent::set_up();
10
switch_to_locale( 'fa_IR' ); // RTL language
11
- wp_styles()->registered = [];
+ wp_styles()->registered = array();
12
}
13
14
public function tear_down(): void {
0 commit comments