mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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
This commit is contained in:
parent
7e2441298e
commit
da8a501226
@ -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() {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user