Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (10 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/install.php

    r29030 r29206  
    223223        $admin_email  = isset( $_POST['admin_email']  ) ?trim( wp_unslash( $_POST['admin_email'] ) ) : '';
    224224        $public       = isset( $_POST['blog_public']  ) ? (int) $_POST['blog_public'] : 0;
    225         // check e-mail address
     225
     226        // Check e-mail address.
    226227        $error = false;
    227228        if ( empty( $user_name ) ) {
Note: See TracChangeset for help on using the changeset viewer.