Ticket #24352: 29326.diff
File 29326.diff, 592 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/media-template.php
575 575 <div class="selection-info"> 576 576 <span class="count"></span> 577 577 <# if ( data.editable ) { #> 578 <a class="edit-selection" href="#"><?php _e( 'Edit'); ?></a>578 <a class="edit-selection" href="#"><?php _e( 'Edit selection' ); ?></a> 579 579 <# } #> 580 580 <# if ( data.clearable ) { #> 581 581 <a class="clear-selection" href="#"><?php _e('Clear'); ?></a>