Ticket #35415: 35415.2.diff
File 35415.2.diff, 451 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/load.php
761 761 } 762 762 763 763 /** 764 * Retrieve the current blogID.764 * Retrieve the current site ID. 765 765 * 766 766 * @since 3.1.0 767 767 * 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() { 773 773 global $blog_id;