Ticket #53878: return-type-not-matched-phpdoc-template-functions.php_53878.patch
File return-type-not-matched-phpdoc-template-functions.php_53878.patch, 640 bytes (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentynineteen/inc/template-functions.php
101 101 * @origin Twenty Nineteen 1.0 102 102 * 103 103 * @param array $attr Attributes for the image markup. 104 * @return string Valuefor use in post thumbnail 'sizes' attribute.104 * @return array $attr Values for use in post thumbnail 'sizes' attribute. 105 105 */ 106 106 function twentynineteen_post_thumbnail_sizes_attr( $attr ) { 107 107