mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Correct and clarify various @since docs.
Fixes #37562 git-svn-id: https://develop.svn.wordpress.org/trunk@38201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -296,7 +296,6 @@ function get_blog_permalink( $blog_id, $post_id ) {
|
||||
* $domain is 'blog1.example.com' and $path is '/'.
|
||||
*
|
||||
* @since MU 2.6.5
|
||||
* @since 4.6.0 Converted to use get_sites()
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
@@ -1252,7 +1251,6 @@ Disable these notifications: %3$s'), $user->user_login, wp_unslash( $_SERVER['RE
|
||||
* that each blogname is unique.
|
||||
*
|
||||
* @since MU
|
||||
* @since 4.6.0 Converted to use get_sites()
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
@@ -2259,7 +2257,6 @@ function wp_maybe_update_network_user_counts() {
|
||||
* Update the network-wide site count.
|
||||
*
|
||||
* @since 3.7.0
|
||||
* @since 4.6.0 Converted to use get_sites()
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user