mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Multisite: Replace get_blog_details() in inline documentation.
Some documentation is now out of date and some can be replaced with a mention of `get_site()`. Fixes #37102. git-svn-id: https://develop.svn.wordpress.org/trunk@38943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1762,8 +1762,8 @@ function check_upload_mimes( $mimes ) {
|
||||
*
|
||||
* WordPress MS stores a blog's post count as an option so as
|
||||
* to avoid extraneous COUNTs when a blog's details are fetched
|
||||
* with get_blog_details(). This function is called when posts
|
||||
* are published or unpublished to make sure the count stays current.
|
||||
* with get_site(). This function is called when posts are published
|
||||
* or unpublished to make sure the count stays current.
|
||||
*
|
||||
* @since MU
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user