Changeset 61315
- Timestamp:
- 11/27/2025 11:11:57 PM (13 hours ago)
- Location:
- trunk/src/wp-content/themes/twentyeleven
- Files:
-
- 2 edited
-
category.php (modified) (1 diff)
-
functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/category.php
r53875 r61315 31 31 * @since Twenty Eleven 1.0 32 32 * 33 * @param string The default category description HTML.33 * @param string $html The default category description HTML. 34 34 */ 35 35 echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' ); -
trunk/src/wp-content/themes/twentyeleven/functions.php
r61302 r61315 189 189 * @since Twenty Eleven 1.0 190 190 * 191 * @param int The default header image width in pixels. Default 1000.191 * @param int $width The default header image width in pixels. Default 1000. 192 192 */ 193 193 'width' => apply_filters( 'twentyeleven_header_image_width', 1000 ), … … 197 197 * @since Twenty Eleven 1.0 198 198 * 199 * @param int The default header image height in pixels. Default 288.199 * @param int $height The default header image height in pixels. Default 288. 200 200 */ 201 201 'height' => apply_filters( 'twentyeleven_header_image_height', 288 ),
Note: See TracChangeset
for help on using the changeset viewer.