Changeset 61314
- Timestamp:
- 11/27/2025 11:10:57 PM (5 months ago)
- Location:
- trunk/src/wp-content/themes/twentyten
- Files:
-
- 2 edited
-
author.php (modified) (1 diff)
-
loop-attachment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/author.php
r54922 r61314 46 46 * @since Twenty Ten 1.0 47 47 * 48 * @param int The height and width avatar dimensions in pixels. Default 60.48 * @param int $size The height and width avatar dimensions in pixels. Default 60. 49 49 */ 50 50 $author_bio_avatar_size = apply_filters( 'twentyten_author_bio_avatar_size', 60 ); -
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r56549 r61314 128 128 * @since Twenty Ten 1.0 129 129 * 130 * @param int The default attachment width in pixels. Default 900.130 * @param int $width The default attachment width in pixels. Default 900. 131 131 */ 132 132 $attachment_width = apply_filters( 'twentyten_attachment_size', 900 ); … … 136 136 * @since Twenty Ten 1.0 137 137 * 138 * @param int The default attachment height in pixels. Default 900.138 * @param int $height The default attachment height in pixels. Default 900. 139 139 */ 140 140 $attachment_height = apply_filters( 'twentyten_attachment_height', 900 );
Note: See TracChangeset
for help on using the changeset viewer.