From b2ed7c2ceefb00c5cbde1ab67b0888afc1600947 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Jun 2020 21:07:14 +0000 Subject: [PATCH] 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 --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 9c14de24e..21b1967c7 100644 --- a/functions.php +++ b/functions.php @@ -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