Changeset 48200 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 06/28/2020 02:07:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r48115 r48200 926 926 927 927 /** 928 * Sets blog id.928 * Sets blog ID. 929 929 * 930 930 * @since 3.0.0 … … 932 932 * @param int $blog_id 933 933 * @param int $network_id Optional. 934 * @return int Previous blog id.934 * @return int Previous blog ID. 935 935 */ 936 936 public function set_blog_id( $blog_id, $network_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.