Changeset 41714 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 10/03/2017 05:43:37 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-functions.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r41705 r41714 11 11 * Gets the network's site and user counts. 12 12 * 13 * @since MU (3.0.0) 1.013 * @since MU (3.0.0) 14 14 * 15 15 * @return array Site and user count for the network. … … 33 33 * is returned. 34 34 * 35 * @since MU (3.0.0) 1.035 * @since MU (3.0.0) 36 36 * 37 37 * @param int $user_id The unique ID of the user … … 97 97 * The count is cached and updated twice daily. This is not a live count. 98 98 * 99 * @since MU (3.0.0) 2.799 * @since MU (3.0.0) 100 100 * @since 4.8.0 The $network_id parameter has been added. 101 101 * … … 112 112 * The count is cached and updated twice daily. This is not a live count. 113 113 * 114 * @since MU (3.0.0) 1.0114 * @since MU (3.0.0) 115 115 * @since 3.7.0 The $network_id parameter has been deprecated. 116 116 * @since 4.8.0 The $network_id parameter is now being used. … … 126 126 * Get a blog post from any site on the network. 127 127 * 128 * @since MU (3.0.0) 1.0128 * @since MU (3.0.0) 129 129 * 130 130 * @param int $blog_id ID of the blog. … … 145 145 * Use the {@see 'add_user_to_blog'} action to fire an event when users are added to a blog. 146 146 * 147 * @since MU (3.0.0) 1.0147 * @since MU (3.0.0) 148 148 * 149 149 * @param int $blog_id ID of the blog you're adding the user to. … … 218 218 * reassign the user's blog posts to another user upon removal. 219 219 * 220 * @since MU (3.0.0) 1.0220 * @since MU (3.0.0) 221 221 * 222 222 * @global wpdb $wpdb WordPress database abstraction object. … … 321 321 * $domain is 'blog1.example.com' and $path is '/'. 322 322 * 323 * @since MU (3.0.0) 2.6.5323 * @since MU (3.0.0) 324 324 * 325 325 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.