Changeset 37985 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r37653 r37985 116 116 function get_blog_count( $network_id = 0 ) { 117 117 if ( func_num_args() ) 118 _deprecated_argument( __FUNCTION__, '3.1 ' );118 _deprecated_argument( __FUNCTION__, '3.1.0' ); 119 119 120 120 return get_site_option( 'blog_count' );
Note: See TracChangeset
for help on using the changeset viewer.