Changeset 44469 for trunk/src/wp-includes/ms-deprecated.php
- Timestamp:
- 01/08/2019 08:57:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r44048 r44469 560 560 * 561 561 * @since MU (3.0.0) 562 * @deprecated 5. 0.0 Use `wp_insert_site()`562 * @deprecated 5.1.0 Use `wp_insert_site()` 563 563 * @see wp_insert_site() 564 564 * … … 569 569 */ 570 570 function insert_blog($domain, $path, $site_id) { 571 _deprecated_function( __FUNCTION__, '5. 0.0', 'wp_insert_site()' );571 _deprecated_function( __FUNCTION__, '5.1.0', 'wp_insert_site()' ); 572 572 573 573 $data = array( … … 595 595 * 596 596 * @since MU (3.0.0) 597 * @deprecated 5. 0.0597 * @deprecated 5.1.0 598 598 * 599 599 * @global wpdb $wpdb … … 606 606 global $wpdb, $wp_roles; 607 607 608 _deprecated_function( __FUNCTION__, '5. 0.0' );608 _deprecated_function( __FUNCTION__, '5.1.0' ); 609 609 610 610 // Cast for security
Note: See TracChangeset
for help on using the changeset viewer.