mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
66ea0d6e1b
commit
4048bfb25c
@ -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.
|
||||
|
@ -391,9 +391,9 @@ class wpdb {
|
||||
*/
|
||||
public $termmeta;
|
||||
|
||||
/*
|
||||
* Global and Multisite tables
|
||||
*/
|
||||
//
|
||||
// Global and Multisite tables
|
||||
//
|
||||
|
||||
/**
|
||||
* WordPress User Metadata table
|
||||
|
Loading…
Reference in New Issue
Block a user