File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/wp-content/themes/twentyten Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 *
4646 * @since Twenty Ten 1.0
4747 *
48- * @param int The height and width avatar dimensions in pixels. Default 60.
48+ * @param int $size The height and width avatar dimensions in pixels. Default 60.
4949 */
5050 $ author_bio_avatar_size = apply_filters ( 'twentyten_author_bio_avatar_size ' , 60 );
5151 echo get_avatar ( get_the_author_meta ( 'user_email ' ), $ author_bio_avatar_size );
Original file line number Diff line number Diff line change 127127 *
128128 * @since Twenty Ten 1.0
129129 *
130- * @param int The default attachment width in pixels. Default 900.
130+ * @param int $width The default attachment width in pixels. Default 900.
131131 */
132132 $ attachment_width = apply_filters ( 'twentyten_attachment_size ' , 900 );
133133 /**
134134 * Filters the Twenty Ten default attachment height.
135135 *
136136 * @since Twenty Ten 1.0
137137 *
138- * @param int The default attachment height in pixels. Default 900.
138+ * @param int $height The default attachment height in pixels. Default 900.
139139 */
140140 $ attachment_height = apply_filters ( 'twentyten_attachment_height ' , 900 );
141141 // Filterable image width with, essentially, no limit for image height.
You can’t perform that action at this time.
0 commit comments