Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.

See #36913.

Built from https://develop.svn.wordpress.org/trunk@37560


git-svn-id: http://core.svn.wordpress.org/trunk@37528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-25 16:05:27 +00:00
parent cf51b75834
commit bef05b469b
9 changed files with 15 additions and 15 deletions

View File

@@ -178,7 +178,7 @@ do_action( 'customize_controls_print_scripts' );
<?php
/**
* Print templates, control scripts, and settings in the footer.
* Prints templates, control scripts, and settings in the footer.
*
* @since 3.4.0
*/