Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-info.php

    r28643 r29206  
    6060    }
    6161
    62     // rewrite rules can't be flushed during switch to blog
     62    // Rewrite rules can't be flushed during switch to blog.
    6363    delete_option( 'rewrite_rules' );
    6464
    65     // update blogs table
     65    // Update blogs table.
    6666    $blog_data = wp_unslash( $_POST['blog'] );
    6767    $existing_details = get_blog_details( $id, false );
Note: See TracChangeset for help on using the changeset viewer.