Changeset 16050 for trunk/wp-includes/general-template.php
- Timestamp:
- 10/28/2010 03:46:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r15961 r16050 490 490 491 491 return $output; 492 } 493 494 /** 495 * Retrieve the current blog id 496 * 497 * @since 3.1.0 498 * 499 * @return int Blog id 500 */ 501 function get_current_blog_id() { 502 global $blog_id; 503 return absint($blog_id); 492 504 } 493 505
Note: See TracChangeset
for help on using the changeset viewer.