Changeset 15185
- Timestamp:
- 06/09/2010 10:32:08 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r15159 r15185 462 462 <td> 463 463 <p><?php _e( 'You can upload a custom header image to be shown at the top of your site instead of the default one. On the next screen you will be able to crop the image.' ); ?><br /> 464 <?php printf( __( 'Images of exactly <strong>%1$d x%2$d pixels</strong> will be used as-is.' ), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT ); ?></p>464 <?php printf( __( 'Images of exactly <strong>%1$d × %2$d pixels</strong> will be used as-is.' ), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT ); ?></p> 465 465 <form enctype="multipart/form-data" id="upload-form" method="post" action="<?php echo esc_attr( add_query_arg( 'step', 2 ) ) ?>"> 466 466 <p>
Note: See TracChangeset
for help on using the changeset viewer.