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 8fdb0728be
commit de59ad23a4
43 changed files with 114 additions and 28 deletions

View File

@@ -401,6 +401,7 @@ function wp_templating_constants() {
* It will be used as the fallback if the current theme doesn't exist.
*
* @since 3.0.0
*
* @see WP_Theme::get_core_default_theme()
*/
if ( ! defined( 'WP_DEFAULT_THEME' ) ) {