File tree Expand file tree Collapse file tree
src/wp-content/themes/twentyeleven Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 *
3131 * @since Twenty Eleven 1.0
3232 *
33- * @param string The default category description HTML.
33+ * @param string $html The default category description HTML.
3434 */
3535 echo apply_filters ( 'category_archive_meta ' , '<div class="category-archive-meta"> ' . $ category_description . '</div> ' );
3636 }
Original file line number Diff line number Diff line change @@ -188,15 +188,15 @@ function twentyeleven_setup() {
188188 *
189189 * @since Twenty Eleven 1.0
190190 *
191- * @param int The default header image width in pixels. Default 1000.
191+ * @param int $width The default header image width in pixels. Default 1000.
192192 */
193193 'width ' => apply_filters ( 'twentyeleven_header_image_width ' , 1000 ),
194194 /**
195195 * Filters the Twenty Eleven default header image height.
196196 *
197197 * @since Twenty Eleven 1.0
198198 *
199- * @param int The default header image height in pixels. Default 288.
199+ * @param int $height The default header image height in pixels. Default 288.
200200 */
201201 'height ' => apply_filters ( 'twentyeleven_header_image_height ' , 288 ),
202202 // Support flexible heights.
You can’t perform that action at this time.
0 commit comments