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/ms-functions.php

    r19504 r19593  
    881881    if ( is_wp_error($blog_id) ) {
    882882        // If blog is taken, that means a previous attempt to activate this blog failed in between creating the blog and
    883         // setting the activation flag.  Let's just set the active flag and instruct the user to reset their password.
     883        // setting the activation flag. Let's just set the active flag and instruct the user to reset their password.
    884884        if ( 'blog_taken' == $blog_id->get_error_code() ) {
    885885            $blog_id->add_data( $signup );
Note: See TracChangeset for help on using the changeset viewer.