Changeset 21484 for trunk/wp-includes/load.php
- Timestamp:
- 08/09/2012 01:17:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r21403 r21484 655 655 656 656 /** 657 * Retrieve the current blog id 658 * 659 * @since 3.1.0 660 * 661 * @return int Blog id 662 */ 663 function get_current_blog_id() { 664 global $blog_id; 665 return absint($blog_id); 666 } 667 668 /** 657 669 * Attempts an early load of translations. 658 670 *
Note: See TracChangeset
for help on using the changeset viewer.