Changeset 31925 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 03/30/2015 03:08:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r31907 r31925 1202 1202 </a> 1203 1203 </h1> 1204 <button type="button" class="options-open button-subtle"> 1205 <span class="dashicons dashicons-tag"></span><span class="screen-reader-text"><?php _e( 'Show post options' ); ?></span> 1204 <button type="button" class="options button-subtle closed"> 1205 <span class="dashicons dashicons-tag on-closed"></span> 1206 <span class="screen-reader-text on-closed"><?php _e( 'Show post options' ); ?></span> 1207 <span aria-hidden="true" class="on-open"><?php _e( 'Done' ); ?></span> 1208 <span class="screen-reader-text on-open"><?php _e( 'Hide post options' ); ?></span> 1206 1209 </button> 1207 <button type="button" class="options-close button-subtle is-hidden"><?php _e( 'Done' ); ?></button>1208 1210 </div> 1209 1211
Note: See TracChangeset
for help on using the changeset viewer.