Changeset 26598
- Timestamp:
- 12/04/2013 03:23:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26581 r26598 297 297 * An array of height and width dimensions. 298 298 * 299 * @type int $height Height of the image in pixels. Default 1200.300 * @type int $width Width of the image in pixels. Default 1200.299 * @type int $height Height of the image in pixels. Default 810. 300 * @type int $width Width of the image in pixels. Default 810. 301 301 * } 302 302 */ 303 $attachment_size = apply_filters( 'twentyfourteen_attachment_size', array( 1200, 1200 ) );303 $attachment_size = apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 ) ); 304 304 $next_attachment_url = wp_get_attachment_url(); 305 305
Note: See TracChangeset
for help on using the changeset viewer.