Changeset 25113
- Timestamp:
- 08/24/2013 02:41:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r25092 r25113 137 137 * @since MU 1.0 138 138 * 139 * @param int $ id Optional. A site_id.139 * @param int $network_id Deprecated, not supported. 140 140 * @return int 141 141 */ 142 function get_blog_count( $id = 0 ) { 142 function get_blog_count( $network_id = 0 ) { 143 if ( func_num_args() ) 144 _deprecated_argument( __FUNCTION__, '3.1' ); 145 143 146 return get_site_option( 'blog_count' ); 144 147 }
Note: See TracChangeset
for help on using the changeset viewer.