mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.
Fixes #36910. git-svn-id: https://develop.svn.wordpress.org/trunk@37487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -323,9 +323,8 @@ function get_lastcommentmodified($timezone = 'server') {
|
||||
/**
|
||||
* The amount of comments in a post or total comments.
|
||||
*
|
||||
* A lot like {@link wp_count_comments()}, in that they both return comment
|
||||
* stats (albeit with different types). The {@link wp_count_comments()} actual
|
||||
* caches, but this function does not.
|
||||
* A lot like wp_count_comments(), in that they both return comment stats (albeit with different types).
|
||||
* The wp_count_comments() actually caches, but this function does not.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user