Changeset 21484 for trunk/wp-includes/general-template.php
- Timestamp:
- 08/09/2012 01:17:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r21469 r21484 490 490 491 491 return $output; 492 }493 494 /**495 * Retrieve the current blog id496 *497 * @since 3.1.0498 *499 * @return int Blog id500 */501 function get_current_blog_id() {502 global $blog_id;503 return absint($blog_id);504 492 } 505 493
Note: See TracChangeset
for help on using the changeset viewer.