mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Use one space, not two, after trailing punctuation. fixes #19537
git-svn-id: https://develop.svn.wordpress.org/trunk@19593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1208,7 +1208,7 @@ function current_user_can_for_blog( $blog_id, $capability ) {
|
||||
// Create new object to avoid stomping the global current_user.
|
||||
$user = new WP_User( $current_user->ID) ;
|
||||
|
||||
// Set the blog id. @todo add blog id arg to WP_User constructor?
|
||||
// Set the blog id. @todo add blog id arg to WP_User constructor?
|
||||
$user->for_blog( $blog_id );
|
||||
|
||||
$args = array_slice( func_get_args(), 2 );
|
||||
|
||||
Reference in New Issue
Block a user