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

See #33491.

Built from https://develop.svn.wordpress.org/trunk@35013


git-svn-id: http://core.svn.wordpress.org/trunk@34978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-10-10 15:45:25 +00:00
parent 57c2ef2655
commit 00ade45fd1
8 changed files with 24 additions and 24 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;