Changeset 36317 for trunk/src/wp-includes/load.php
- Timestamp:
- 01/15/2016 01:17:08 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r36258 r36317 762 762 763 763 /** 764 * Retrieve the current blogID.764 * Retrieve the current site ID. 765 765 * 766 766 * @since 3.1.0 … … 768 768 * @global int $blog_id 769 769 * 770 * @return int Blog id770 * @return int Site ID. 771 771 */ 772 772 function get_current_blog_id() {
Note: See TracChangeset
for help on using the changeset viewer.