Update doc blocks (CS)

This commit is contained in:
Robin Cornett
2017-12-27 15:17:30 -05:00
parent 17f0ce60ce
commit 61ca74af7c
3 changed files with 27 additions and 22 deletions
@@ -234,9 +234,12 @@ class Display_Featured_Image_Genesis_Description {
/**
* Actually print the description for the archive page. Adds hooks for moving output.
* @param $intro_text string the archive intro text.
*
* @param $intro_text string the archive intro text.
* @param string $class optional class for the div.
*
* @param string $context
*
* @since 2.5.0
*/
protected function print_description( $intro_text, $class = '', $context = 'archive_intro' ) {