Make WordPress Core


Ignore:
Timestamp:
10/10/2015 03:44:16 PM (10 years ago)
Author:
wonderboymusic
Message:

Docs: some @global object vernaculars should be converted to the actual object type.

See #33491.

File:
1 edited

Legend:

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

    r34979 r35013  
    318318 * @since 3.0.0
    319319 *
    320  * @global object $errors WP_Error object.
    321  * @global object $wpdb   WordPress database object.
     320 * @global WP_Error $errors WP_Error object.
     321 * @global wpdb    $wpdb   WordPress database object.
    322322 */
    323323function send_confirmation_on_profile_email() {
Note: See TracChangeset for help on using the changeset viewer.