Docs: Capitalize "ID", when referring to a user ID, term ID, etc. in a more consistent way.
Follow-up to [48104] See #49572. Built from https://develop.svn.wordpress.org/trunk@48200 git-svn-id: http://core.svn.wordpress.org/trunk@47969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -925,13 +925,13 @@ class wpdb {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets blog id.
|
||||
* Sets blog ID.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param int $blog_id
|
||||
* @param int $network_id Optional.
|
||||
* @return int Previous blog id.
|
||||
* @return int Previous blog ID.
|
||||
*/
|
||||
public function set_blog_id( $blog_id, $network_id = 0 ) {
|
||||
if ( ! empty( $network_id ) ) {
|
||||
|
||||
Reference in New Issue
Block a user