From da8a50122624e98baa7ae6014f7325285efff4c5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Mar 2016 16:40:45 +0000 Subject: [PATCH] Docs: Use a third-person singular verb in the DocBlock summary for `WP_Customize_Site_Icon_Control::content_template()`, introduced in [36698]. Also adds a missing `@access` notation. See #33755. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@37012 602fd350-edb4-49c9-b593-d223f7449a82 --- .../customize/class-wp-customize-site-icon-control.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/customize/class-wp-customize-site-icon-control.php b/src/wp-includes/customize/class-wp-customize-site-icon-control.php index 5863f6e382..fb2fa0d9e0 100644 --- a/src/wp-includes/customize/class-wp-customize-site-icon-control.php +++ b/src/wp-includes/customize/class-wp-customize-site-icon-control.php @@ -43,9 +43,10 @@ class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_Control } /** - * Render a JS template for the content of the site icon control. + * Renders a JS template for the content of the site icon control. * * @since 4.5.0 + * @access public */ public function content_template() { ?>