diff --git src/wp-includes/class-wp-user-query.php src/wp-includes/class-wp-user-query.php
index b8b4733cf0..e36b1a9597 100644
|
|
class WP_User_Query { |
849 | 849 | * @since 3.2.0 |
850 | 850 | * @since 5.1.0 Added the `$this` parameter. |
851 | 851 | * |
852 | | * @global wpdb $wpdb WordPress database abstraction object. |
853 | | * |
854 | 852 | * @param string $sql The SELECT FOUND_ROWS() query for the current WP_User_Query. |
855 | 853 | * @param WP_User_Query $query The current WP_User_Query instance. |
856 | 854 | */ |
diff --git src/wp-includes/ms-blogs.php src/wp-includes/ms-blogs.php
index eddb99c605..ef10b84377 100644
|
|
function update_archived( $id, $archived ) { |
749 | 749 | * @since MU (3.0.0) |
750 | 750 | * @since 5.1.0 Use wp_update_site() internally. |
751 | 751 | * |
752 | | * @global wpdb $wpdb WordPress database abstraction object. |
753 | 752 | * |
754 | 753 | * @param int $blog_id Blog ID. |
755 | 754 | * @param string $pref Field name. |
… |
… |
function update_archived( $id, $archived ) { |
758 | 757 | * @return string|false $value |
759 | 758 | */ |
760 | 759 | function update_blog_status( $blog_id, $pref, $value, $deprecated = null ) { |
761 | | global $wpdb; |
762 | 760 | |
763 | 761 | if ( null !== $deprecated ) { |
764 | 762 | _deprecated_argument( __FUNCTION__, '3.1.0' ); |