Changeset 35636 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 11/13/2015 03:46:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r34736 r35636 877 877 if ( current_user_can( $taxonomy->cap->edit_terms ) ) { 878 878 ?> 879 <button type="button" class="add-cat-toggle button- subtle" aria-expanded="false">879 <button type="button" class="add-cat-toggle button-link" aria-expanded="false"> 880 880 <span class="dashicons dashicons-plus"></span><span class="screen-reader-text"><?php _e( 'Toggle add category' ); ?></span> 881 881 </button> … … 962 962 if ( $user_can_assign_terms ) { 963 963 ?> 964 <button type="button" class="button- reset button-link tagcloud-link" id="link-post_tag"><?php echo $taxonomy->labels->choose_from_most_used; ?></button>964 <button type="button" class="button-link tagcloud-link" id="link-post_tag"><?php echo $taxonomy->labels->choose_from_most_used; ?></button> 965 965 <?php 966 966 } … … 1342 1342 </a> 1343 1343 </h1> 1344 <button type="button" class="options button- subtleclosed">1344 <button type="button" class="options button-link closed"> 1345 1345 <span class="dashicons dashicons-tag on-closed"></span> 1346 1346 <span class="screen-reader-text on-closed"><?php _e( 'Show post options' ); ?></span> … … 1431 1431 1432 1432 <?php if ( $supports_formats ) : ?> 1433 <button type="button" class="button- resetpost-option">1433 <button type="button" class="button-link post-option"> 1434 1434 <span class="dashicons dashicons-admin-post"></span> 1435 1435 <span class="post-option-title"><?php _ex( 'Format', 'post format' ); ?></span> … … 1439 1439 <?php endif; ?> 1440 1440 1441 <button type="button" class="button- resetpost-option">1441 <button type="button" class="button-link post-option"> 1442 1442 <span class="dashicons dashicons-category"></span> 1443 1443 <span class="post-option-title"><?php _e( 'Categories' ); ?></span> … … 1445 1445 </button> 1446 1446 1447 <button type="button" class="button- resetpost-option">1447 <button type="button" class="button-link post-option"> 1448 1448 <span class="dashicons dashicons-tag"></span> 1449 1449 <span class="post-option-title"><?php _e( 'Tags' ); ?></span> … … 1454 1454 <?php if ( $supports_formats ) : ?> 1455 1455 <div class="setting-modal is-off-screen is-hidden"> 1456 <button type="button" class="button- resetmodal-close">1456 <button type="button" class="button-link modal-close"> 1457 1457 <span class="dashicons post-option-back"></span> 1458 1458 <span class="setting-title" aria-hidden="true"><?php _ex( 'Format', 'post format' ); ?></span> … … 1464 1464 1465 1465 <div class="setting-modal is-off-screen is-hidden"> 1466 <button type="button" class="button- resetmodal-close">1466 <button type="button" class="button-link modal-close"> 1467 1467 <span class="dashicons post-option-back"></span> 1468 1468 <span class="setting-title" aria-hidden="true"><?php _e( 'Categories' ); ?></span> … … 1473 1473 1474 1474 <div class="setting-modal tags is-off-screen is-hidden"> 1475 <button type="button" class="button- resetmodal-close">1475 <button type="button" class="button-link modal-close"> 1476 1476 <span class="dashicons post-option-back"></span> 1477 1477 <span class="setting-title" aria-hidden="true"><?php _e( 'Tags' ); ?></span> … … 1485 1485 <div class="press-this-actions"> 1486 1486 <div class="pressthis-media-buttons"> 1487 <button type="button" class="insert-media button- subtle" data-editor="pressthis">1487 <button type="button" class="insert-media button-link" data-editor="pressthis"> 1488 1488 <span class="dashicons dashicons-admin-media"></span> 1489 1489 <span class="screen-reader-text"><?php _e( 'Add Media' ); ?></span> … … 1503 1503 </div> 1504 1504 <ul class="split-button-body"> 1505 <li><button type="button" class="button- subtledraft-button split-button-option"><?php _e( 'Save Draft' ); ?></button></li>1506 <li><button type="button" class="button- subtlestandard-editor-button split-button-option"><?php _e( 'Standard Editor' ); ?></button></li>1507 <li><button type="button" class="button- subtlepreview-button split-button-option"><?php _e( 'Preview' ); ?></button></li>1505 <li><button type="button" class="button-link draft-button split-button-option"><?php _e( 'Save Draft' ); ?></button></li> 1506 <li><button type="button" class="button-link standard-editor-button split-button-option"><?php _e( 'Standard Editor' ); ?></button></li> 1507 <li><button type="button" class="button-link preview-button split-button-option"><?php _e( 'Preview' ); ?></button></li> 1508 1508 </ul> 1509 1509 </div>
Note: See TracChangeset
for help on using the changeset viewer.