Changeset 37985 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 07/06/2016 12:39:01 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r37930 r37985 519 519 */ 520 520 function get_current_site_name( $current_site ) { 521 _deprecated_function( __FUNCTION__, '3.9 ', 'get_current_site()' );521 _deprecated_function( __FUNCTION__, '3.9.0', 'get_current_site()' ); 522 522 return $current_site; 523 523 } … … 539 539 function wpmu_current_site() { 540 540 global $current_site; 541 _deprecated_function( __FUNCTION__, '3.9 ' );541 _deprecated_function( __FUNCTION__, '3.9.0' ); 542 542 return $current_site; 543 543 }
Note: See TracChangeset
for help on using the changeset viewer.