Docs: Consistently include an empty line between `@since` tag and `@see`, `@link`, or `@global`, per the documentation standards.

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48067


git-svn-id: http://core.svn.wordpress.org/trunk@47834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-06-16 21:07:14 +00:00
parent fd37adae94
commit b2ed7c2cee
1 changed files with 2 additions and 0 deletions

View File

@ -651,6 +651,7 @@ add_action( 'customize_register', 'twentytwelve_customize_register' );
* Render the site title for the selective refresh partial.
*
* @since Twenty Twelve 2.0
*
* @see twentytwelve_customize_register()
*
* @return void
@ -663,6 +664,7 @@ function twentytwelve_customize_partial_blogname() {
* Render the site tagline for the selective refresh partial.
*
* @since Twenty Twelve 2.0
*
* @see twentytwelve_customize_register()
*
* @return void