Changeset 32333 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 05/03/2015 04:17:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r32116 r32333 268 268 echo '<div class="random-header">'; 269 269 echo '<label><input name="default-header" type="radio" value="random-' . $type . '-image"' . checked( is_random_header_image( $type ), true, false ) . ' />'; 270 echo __( '<strong>Random:</strong> Show a different image on each page.' );270 _e( '<strong>Random:</strong> Show a different image on each page.' ); 271 271 echo '</label>'; 272 272 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.