Changeset 40052 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 02/09/2017 04:46:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r39968 r40052 1446 1446 1447 1447 <?php if ( $supports_formats ) : ?> 1448 <button type="button" class=" button-linkpost-option">1448 <button type="button" class="post-option"> 1449 1449 <span class="dashicons dashicons-admin-post"></span> 1450 1450 <span class="post-option-title"><?php _ex( 'Format', 'post format' ); ?></span> … … 1455 1455 1456 1456 <?php if ( $show_categories ) : ?> 1457 <button type="button" class=" button-linkpost-option">1457 <button type="button" class="post-option"> 1458 1458 <span class="dashicons dashicons-category"></span> 1459 1459 <span class="post-option-title"><?php _e( 'Categories' ); ?></span> … … 1463 1463 1464 1464 <?php if ( $show_tags ) : ?> 1465 <button type="button" class=" button-linkpost-option">1465 <button type="button" class="post-option"> 1466 1466 <span class="dashicons dashicons-tag"></span> 1467 1467 <span class="post-option-title"><?php _e( 'Tags' ); ?></span> … … 1473 1473 <?php if ( $supports_formats ) : ?> 1474 1474 <div class="setting-modal is-off-screen is-hidden"> 1475 <button type="button" class=" button-linkmodal-close">1475 <button type="button" class="modal-close"> 1476 1476 <span class="dashicons post-option-back"></span> 1477 1477 <span class="setting-title" aria-hidden="true"><?php _ex( 'Format', 'post format' ); ?></span> … … 1484 1484 <?php if ( $show_categories ) : ?> 1485 1485 <div class="setting-modal is-off-screen is-hidden"> 1486 <button type="button" class=" button-linkmodal-close">1486 <button type="button" class="modal-close"> 1487 1487 <span class="dashicons post-option-back"></span> 1488 1488 <span class="setting-title" aria-hidden="true"><?php _e( 'Categories' ); ?></span> … … 1495 1495 <?php if ( $show_tags ) : ?> 1496 1496 <div class="setting-modal tags is-off-screen is-hidden"> 1497 <button type="button" class=" button-linkmodal-close">1497 <button type="button" class="modal-close"> 1498 1498 <span class="dashicons post-option-back"></span> 1499 1499 <span class="setting-title" aria-hidden="true"><?php _e( 'Tags' ); ?></span> … … 1508 1508 <div class="press-this-actions"> 1509 1509 <div class="pressthis-media-buttons"> 1510 <button type="button" class="insert-media button-link" data-editor="pressthis">1510 <button type="button" class="insert-media" data-editor="pressthis"> 1511 1511 <span class="dashicons dashicons-admin-media"></span> 1512 1512 <span class="screen-reader-text"><?php _e( 'Add Media' ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.