Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu committed Mar 29, 2021
1 parent 5ac0365 commit ffb82bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/integration/TestPostMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function test_get_tweet_status_message() {
'%s <span>%s</span> (<a href="%s" target="_blank">View</a>)</p>',
esc_html__( 'Tweeted on', 'autoshare-for-twitter' ),
esc_html( date_from_twitter( $twitter_status['created_at'] ) ),
esc_url( link_from_twitter( $twitter_status['twitter_id'] ) ),
esc_url( link_from_twitter( $twitter_status['twitter_id'] ) )
),
markup_published( $twitter_status )
);
Expand Down

0 comments on commit ffb82bd

Please sign in to comment.