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

See #33491.


git-svn-id: https://develop.svn.wordpress.org/trunk@35013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-10-10 15:44:16 +00:00
parent 5200642cc5
commit c123726ba0
7 changed files with 23 additions and 23 deletions

View File

@@ -317,8 +317,8 @@ All at ###SITENAME###
*
* @since 3.0.0
*
* @global object $errors WP_Error object.
* @global object $wpdb WordPress database object.
* @global WP_Error $errors WP_Error object.
* @global wpdb $wpdb WordPress database object.
*/
function send_confirmation_on_profile_email() {
global $errors, $wpdb;