From 2bd631f22740fa5dc0bdd4cca2629392710481c5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Mar 2016 07:03:23 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@36820 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-site-logo.php | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/wp-admin/includes/class-wp-site-logo.php b/src/wp-admin/includes/class-wp-site-logo.php index aff3d3e61b..d1cc15d184 100644 --- a/src/wp-admin/includes/class-wp-site-logo.php +++ b/src/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. ?>