Make WordPress Core

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 ankitmaru, 4 years ago)
  • src/wp-content/themes/twentynineteen/inc/template-functions.php

     
    101101 * @origin Twenty Nineteen 1.0
    102102 *
    103103 * @param array $attr  Attributes for the image markup.
    104  * @return string Value for use in post thumbnail 'sizes' attribute.
     104 * @return array $attr Values for use in post thumbnail 'sizes' attribute.
    105105 */
    106106function twentynineteen_post_thumbnail_sizes_attr( $attr ) {
    107107