id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 36327,Custom logo: the image size argument is not taking in account,imath,obenland,"In this [https://make.wordpress.org/core/2016/03/10/custom-logo/ post] on Make.WP.org you explain we can set/get the image size of the custom logo this way : {{{ add_image_size( 'theme-prefix-logo', 400, 175 ); add_theme_support( 'custom-logo', array( 'size' => 'theme-prefix-logo', ) ); }}} Unfortunately it's not working anymore, the size argument is not kept in the `add_theme_support()` function. As a result, the full size is always output. It looks like adding the size arguments to the defaults one is fixing the issue. See suggested patch, attached to this ticket.",defect (bug),closed,normal,4.5,Themes,4.6,normal,fixed,has-patch commit,,