Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/capabilities.php

    r19325 r19593  
    12091209    $user = new WP_User( $current_user->ID) ;
    12101210
    1211     // Set the blog id.  @todo add blog id arg to WP_User constructor?
     1211    // Set the blog id. @todo add blog id arg to WP_User constructor?
    12121212    $user->for_blog( $blog_id );
    12131213
Note: See TracChangeset for help on using the changeset viewer.