mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
After [32884], update the default value for comment_shortcuts.
Props dlh, rachelbaker, DrewAPicture. Fixes #31588. git-svn-id: https://develop.svn.wordpress.org/trunk@32904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -308,7 +308,7 @@ class Tests_User extends WP_UnitTestCase {
|
||||
// Test update of fields in _get_additional_user_keys()
|
||||
$user_data = array( 'ID' => $user_id, 'use_ssl' => 1, 'show_admin_bar_front' => 1,
|
||||
'rich_editing' => 1, 'first_name' => 'first', 'last_name' => 'last',
|
||||
'nickname' => 'nick', 'comment_shortcuts' => 1, 'admin_color' => 'classic',
|
||||
'nickname' => 'nick', 'comment_shortcuts' => 'true', 'admin_color' => 'classic',
|
||||
'description' => 'describe' );
|
||||
wp_update_user( $user_data );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user