Ticket #25524: 25524.diff
File 25524.diff, 620 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/functions.php
409 409 * @type int The attachment width in pixels. 410 410 * } 411 411 */ 412 $attachment_size = apply_filters( 'twentythirteen_attachment_size', array( 724, 724) );412 $attachment_size = apply_filters( 'twentythirteen_attachment_size', array( 724, 9999 ) ); 413 413 $next_attachment_url = wp_get_attachment_url(); 414 414 $post = get_post(); 415 415