From b7b7196a70dc9460468218f29577d31fb79bd980 Mon Sep 17 00:00:00 2001 From: joedolson Date: Wed, 29 Jan 2025 21:36:14 +0000 Subject: [PATCH] deploy: 648b6744b661a31edcdbfbb07f71aed77dbe899d --- includes_metabox.php.html | 10 ++++++++-- wpt_after_meta_template_box.html | 2 +- wpt_custom_tab.html | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/includes_metabox.php.html b/includes_metabox.php.html index cdb4aa7..5873222 100644 --- a/includes_metabox.php.html +++ b/includes_metabox.php.html @@ -88,6 +88,9 @@ // Show metabox status buttons. wpt_display_metabox_status_buttons( $is_pro ); } + ?> + <div class="wpt-options wpt-updates"> + <?php wpt_display_metabox_service_picker( $post ); if ( current_user_can( 'wpt_twitter_custom' ) || current_user_can( 'manage_options' ) ) { $custom_update = get_post_meta( $post->ID, '_jd_twitter', true ); @@ -152,6 +155,9 @@ </p> <?php } + ?> + </div> + <?php } else { ?> <input type="hidden" name='_jd_twitter' value='<?php echo esc_attr( $template ); ?>' /> @@ -161,7 +167,7 @@ <?php } ?> - <div class='wpt-options'> + <div class='wpt-options wpt-pro'> <div class='wptab' id='custom'> <?php // XPoster Pro. @@ -390,7 +396,7 @@ if ( 'pro' === $is_pro ) { ?> <p> - <a href="<?php echo esc_url( add_query_arg( 'tab', 'support', admin_url( 'admin.php?page=wp-tweets-pro' ) ) ); ?>#get-support"><?php esc_html_e( 'Get Support', 'wp-to-twitter' ); ?></a> + <span class="dashicons dashicons-sos" aria-hidden="true"></span><a href="<?php echo esc_url( add_query_arg( 'tab', 'support', admin_url( 'admin.php?page=wp-tweets-pro' ) ) ); ?>#get-support"><?php esc_html_e( 'Get Support', 'wp-to-twitter' ); ?></a> </p> <?php } else { diff --git a/wpt_after_meta_template_box.html b/wpt_after_meta_template_box.html index b5ae422..e53ae3e 100644 --- a/wpt_after_meta_template_box.html +++ b/wpt_after_meta_template_box.html @@ -134,7 +134,7 @@
Parameters:
Source:
diff --git a/wpt_custom_tab.html b/wpt_custom_tab.html index 510ffbe..acb88de 100644 --- a/wpt_custom_tab.html +++ b/wpt_custom_tab.html @@ -147,7 +147,7 @@
Parameters:
Source: