Changeset 29961 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 10/18/2014 08:10:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r29334 r29961 150 150 151 151 <p class="centered"> 152 <input type="hidden" name="this_photo" value="<?php echo esc_attr( $image); ?>" id="tb_this_photo" class="tb_this_photo" />152 <input type="hidden" name="this_photo" value="<?php echo esc_attr( $image ); ?>" id="tb_this_photo" class="tb_this_photo" /> 153 153 <a href="#" class="select"> 154 <img src="<?php echo esc_url( $image); ?>" alt="<?php echo esc_attr(__('Click to insert.')); ?>" title="<?php echo esc_attr(__('Click to insert.')); ?>" />154 <img src="<?php echo esc_url( $image ); ?>" alt="<?php esc_attr_e( 'Click to insert.' ); ?>" title="<?php esc_attr_e( 'Click to insert.' ); ?>" /> 155 155 </a> 156 156 </p>
Note: See TracChangeset
for help on using the changeset viewer.