Changeset 54243 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 09/20/2022 04:00:35 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r54094 r54243 3208 3208 <p class="attachment-alt-text"> 3209 3209 <label for="attachment_alt"><strong><?php _e( 'Alternative Text' ); ?></strong></label><br /> 3210 < input type="text" class="widefat" name="_wp_attachment_image_alt" id="attachment_alt" aria-describedby="alt-text-description" value="<?php echo esc_attr( $alt_text ); ?>" />3210 <textarea class="widefat" name="_wp_attachment_image_alt" id="attachment_alt" aria-describedby="alt-text-description"><?php echo esc_attr( $alt_text ); ?></textarea> 3211 3211 </p> 3212 3212 <p class="attachment-alt-text-description" id="alt-text-description">
Note: See TracChangeset
for help on using the changeset viewer.