Skip to content

Commit e5606f2

Browse files
Docs: Add missing @global descriptions in wp-admin/includes/schema.php.
Follow-up to [32643], [45734]. Props noruzzaman, huzaifaalmesbah, shailu25, sabernhardt. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61592 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1757ace commit e5606f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/includes/schema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* Declare these as global in case schema.php is included from a function.
1313
*
1414
* @global wpdb $wpdb WordPress database abstraction object.
15-
* @global array $wp_queries
16-
* @global string $charset_collate
15+
* @global array $wp_queries Global database queries array.
16+
* @global string $charset_collate Database charset and collation.
1717
*/
1818
global $wpdb, $wp_queries, $charset_collate;
1919

0 commit comments

Comments
 (0)