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 eaf7811 commit eadb7d7Copy full SHA for eadb7d7
tests/bootstrap.php
@@ -29,4 +29,4 @@ function _manually_load_plugin() {
29
global $current_user;
30
$current_user = new WP_User( 1 );
31
$current_user->set_role( 'administrator' );
32
-wp_update_user( array( 'ID' => 1, 'first_name' => 'Admin', 'last_name' => 'User' ) );
+wp_update_user( array( 'ID' => 1, 'first_name' => 'Admin', 'last_name' => 'User' ) );
0 commit comments