Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.




git-svn-id: https://develop.svn.wordpress.org/trunk@56434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-08-24 08:59:36 +00:00
parent ef0e58bf0f
commit e7dd83bf97
10 changed files with 18 additions and 18 deletions

View File

@@ -4312,7 +4312,7 @@ class WP_Query {
* If you set a static page for the front page of your site, this function will return
* true when viewing that page.
*
* Otherwise the same as @see WP_Query::is_home()
* Otherwise the same as {@see WP_Query::is_home()}.
*
* @since 3.1.0
*