Docs: Fix mid-file separator syntax in wp-includes/wp-db.php.

Props liamdempsey.
See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-12-06 20:26:24 +00:00
parent 66ea0d6e1b
commit 4048bfb25c
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35786';
$wp_version = '4.5-alpha-35787';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -391,9 +391,9 @@ class wpdb {
*/
public $termmeta;
/*
* Global and Multisite tables
*/
//
// Global and Multisite tables
//
/**
* WordPress User Metadata table