Skip to content

Commit

Permalink
deploy: f7d2cec
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 15, 2024
1 parent 981b365 commit 2a6bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-calendar-event-editor.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
$mc_allowed = absint( ( get_option( 'wpt_tweet_length' ) ) ? get_option( 'wpt_tweet_length' ) : 140 );
?>
<p class='mc-twitter'>
<label for='mc_twitter'><?php esc_html_e( 'Post a Status Update (via XPoster)', 'my-calendar' ); ?></label><br/>
<label for='mc_twitter'><span class="dashicons dashicons-share" aria-hidden="true"></span> <?php esc_html_e( 'Post a Status Update (via XPoster)', 'my-calendar' ); ?></label><br/>
<textarea cols='70' rows='2' id='mc_twitter' name='mc_twitter' data-allowed="<?php echo absint( $mc_allowed ); ?>"><?php echo esc_textarea( stripslashes( apply_filters( 'mc_twitter_text', '', $data ) ) ); ?></textarea>
</p>
<?php
Expand Down

0 comments on commit 2a6bbb8

Please sign in to comment.