Docs: Fix mid-file separator syntax in wp-includes/wp-db.php.
Props liamdempsey. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35787 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a9bf2e7aaa
commit
800971f2fd
|
@ -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