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.php

    r28906 r29206  
    534534
    535535    require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    536     // create network tables
     536    // Create network tables.
    537537    install_network();
    538538    $base              = parse_url( trailingslashit( get_option( 'home' ) ), PHP_URL_PATH );
Note: See TracChangeset for help on using the changeset viewer.