@@ -1445,7 +1445,7 @@ public function html() {
14451445 <div class="post-options">
14461446
14471447 <?php if ( $ supports_formats ) : ?>
1448- <button type="button" class="button-link post-option">
1448+ <button type="button" class="post-option">
14491449 <span class="dashicons dashicons-admin-post"></span>
14501450 <span class="post-option-title"><?php _ex ( 'Format ' , 'post format ' ); ?> </span>
14511451 <span class="post-option-contents" id="post-option-post-format"><?php echo esc_html ( get_post_format_string ( $ post_format ) ); ?> </span>
@@ -1454,15 +1454,15 @@ public function html() {
14541454 <?php endif ; ?>
14551455
14561456 <?php if ( $ show_categories ) : ?>
1457- <button type="button" class="button-link post-option">
1457+ <button type="button" class="post-option">
14581458 <span class="dashicons dashicons-category"></span>
14591459 <span class="post-option-title"><?php _e ( 'Categories ' ); ?> </span>
14601460 <span class="dashicons post-option-forward"></span>
14611461 </button>
14621462 <?php endif ; ?>
14631463
14641464 <?php if ( $ show_tags ) : ?>
1465- <button type="button" class="button-link post-option">
1465+ <button type="button" class="post-option">
14661466 <span class="dashicons dashicons-tag"></span>
14671467 <span class="post-option-title"><?php _e ( 'Tags ' ); ?> </span>
14681468 <span class="dashicons post-option-forward"></span>
@@ -1472,7 +1472,7 @@ public function html() {
14721472
14731473 <?php if ( $ supports_formats ) : ?>
14741474 <div class="setting-modal is-off-screen is-hidden">
1475- <button type="button" class="button-link modal-close">
1475+ <button type="button" class="modal-close">
14761476 <span class="dashicons post-option-back"></span>
14771477 <span class="setting-title" aria-hidden="true"><?php _ex ( 'Format ' , 'post format ' ); ?> </span>
14781478 <span class="screen-reader-text"><?php _e ( 'Back to post options ' ) ?> </span>
@@ -1483,7 +1483,7 @@ public function html() {
14831483
14841484 <?php if ( $ show_categories ) : ?>
14851485 <div class="setting-modal is-off-screen is-hidden">
1486- <button type="button" class="button-link modal-close">
1486+ <button type="button" class="modal-close">
14871487 <span class="dashicons post-option-back"></span>
14881488 <span class="setting-title" aria-hidden="true"><?php _e ( 'Categories ' ); ?> </span>
14891489 <span class="screen-reader-text"><?php _e ( 'Back to post options ' ) ?> </span>
@@ -1494,7 +1494,7 @@ public function html() {
14941494
14951495 <?php if ( $ show_tags ) : ?>
14961496 <div class="setting-modal tags is-off-screen is-hidden">
1497- <button type="button" class="button-link modal-close">
1497+ <button type="button" class="modal-close">
14981498 <span class="dashicons post-option-back"></span>
14991499 <span class="setting-title" aria-hidden="true"><?php _e ( 'Tags ' ); ?> </span>
15001500 <span class="screen-reader-text"><?php _e ( 'Back to post options ' ) ?> </span>
@@ -1507,7 +1507,7 @@ public function html() {
15071507
15081508 <div class="press-this-actions">
15091509 <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">
15111511 <span class="dashicons dashicons-admin-media"></span>
15121512 <span class="screen-reader-text"><?php _e ( 'Add Media ' ); ?> </span>
15131513 </button>
0 commit comments