Changeset 34961 for trunk/src/wp-includes/default-constants.php
- Timestamp:
- 10/08/2015 09:44:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r34912 r34961 12 12 * 13 13 * @since 3.0.0 14 * 15 * @global int $blog_id 14 16 */ 15 17 function wp_initial_constants() { … … 29 31 } 30 32 31 /**32 * The $blog_id global, which you can change in the config allows you to create a simple33 * multiple blog installation using just one WordPress and changing $blog_id around.34 *35 * @global int $blog_id36 * @since 2.0.037 */38 33 if ( ! isset($blog_id) ) 39 34 $blog_id = 1;
Note: See TracChangeset
for help on using the changeset viewer.