Skip to content

Commit

Permalink
Change send tweet button to share now & icon to share
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 30, 2023
1 parent f5af5cb commit 5c3bcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ function wpt_add_twitter_inner_box( $post ) {
if ( 'publish' === $status && ( current_user_can( 'wpt_tweet_now' ) || current_user_can( 'manage_options' ) ) ) {
?>
<div class='tweet-buttons'>
<button type='button' class='tweet button-primary' data-action='tweet'><span class='dashicons dashicons-twitter' aria-hidden='true'></span><?php _e( 'Send Update Now', 'wp-to-twitter' ); ?></button>
<button type='button' class='tweet button-primary' data-action='tweet'><span class='dashicons dashicons-share' aria-hidden='true'></span><?php _e( 'Share Now', 'wp-to-twitter' ); ?></button>
<?php
if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() ) {
?>
Expand Down

0 comments on commit 5c3bcd8

Please sign in to comment.