Make WordPress Core

Ticket #25524: 25524.diff

File 25524.diff, 620 bytes (added by slobodanmanic, 11 years ago)

Updated attachment height value

  • wp-content/themes/twentythirteen/functions.php

     
    409409         *     @type int The attachment width in pixels.
    410410         * }
    411411         */
    412         $attachment_size     = apply_filters( 'twentythirteen_attachment_size', array( 724, 724 ) );
     412        $attachment_size     = apply_filters( 'twentythirteen_attachment_size', array( 724, 9999 ) );
    413413        $next_attachment_url = wp_get_attachment_url();
    414414        $post                = get_post();
    415415