Make WordPress Core

Ticket #41434: 41434 .patch

File 41434 .patch, 433 bytes (added by tejas5989, 9 years ago)

$wpdb is mentined in description part.

  • wp-signup.php

     
    350350 *
    351351 * @since MU
    352352 *
     353 * @global wpdb $wpdb WordPress database abstraction object.
     354 *
    353355 * @return null|bool True if site signup was validated, false if error.
    354356 *                   The function halts all execution if the user is not logged in.
    355357 */