From e23009522571e488111f63f7854460b6af03b954 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Mar 2016 07:04:25 +0000 Subject: [PATCH] Docs: Use third-person singular verbs in DocBlock summaries for the `WP_Site_Logo` class, introduced in [36698]. Also minorly improves various inline docs. See #33755. See #35986. Built from https://develop.svn.wordpress.org/trunk@36820 git-svn-id: http://core.svn.wordpress.org/trunk@36787 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-site-logo.php | 20 +++++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/wp-admin/includes/class-wp-site-logo.php b/wp-admin/includes/class-wp-site-logo.php index aff3d3e61b..d1cc15d184 100644 --- a/wp-admin/includes/class-wp-site-logo.php +++ b/wp-admin/includes/class-wp-site-logo.php @@ -27,7 +27,7 @@ class WP_Site_Logo { } /** - * Hide header text on front end if necessary. + * Hides header text on the front end if necessary. * * @since 4.5.0 * @access public @@ -38,7 +38,7 @@ class WP_Site_Logo { return; } - // Is Display Header Text unchecked? If so, we need to hide our header text. + // Is Display Header Text unchecked? If so, hide the header text. ?>