Make WordPress Core

Ticket #41300: 41300.patch

File 41300.patch, 341 bytes (added by mitraval192, 7 years ago)

Added the Global variables description

  • install.php

     
    8686 * Display installer setup form.
    8787 *
    8888 * @since 2.8.0
    89  *
     89 * @global wpdb   $wpdb
    9090 * @param string|null $error
    9191 */
    9292function display_setup_form( $error = null ) {