Make WordPress Core

Ticket #35415: 35415.2.diff

File 35415.2.diff, 451 bytes (added by ericlewis, 9 years ago)
  • src/wp-includes/load.php

     
    761761}
    762762
    763763/**
    764  * Retrieve the current blog ID.
     764 * Retrieve the current site ID.
    765765 *
    766766 * @since 3.1.0
    767767 *
    768768 * @global int $blog_id
    769769 *
    770  * @return int Blog id
     770 * @return int Site ID.
    771771 */
    772772function get_current_blog_id() {
    773773        global $blog_id;