Make WordPress Core


Ignore:
Timestamp:
05/06/2014 06:03:34 PM (11 years ago)
Author:
wonderboymusic
Message:

In display_setup_form(), $admin_password is set and (fortunately) not used or displayed.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r27822 r28306  
    8484    $weblog_title = isset( $_POST['weblog_title'] ) ? trim( wp_unslash( $_POST['weblog_title'] ) ) : '';
    8585    $user_name = isset($_POST['user_name']) ? trim( wp_unslash( $_POST['user_name'] ) ) : '';
    86     $admin_password = isset($_POST['admin_password']) ? trim( wp_unslash( $_POST['admin_password'] ) ) : '';
    8786    $admin_email  = isset( $_POST['admin_email']  ) ? trim( wp_unslash( $_POST['admin_email'] ) ) : '';
    8887
Note: See TracChangeset for help on using the changeset viewer.