Skip to content

Commit

Permalink
Comments, full stops, yada yada.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 14, 2022
1 parent 70318f7 commit f85ffff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WP to Twitter uses a customizable Tweet template for Tweets sent when updating o
[Upgrade to WP Tweets Pro](https://www.joedolson.com/wp-tweets-pro/) for extra features, including:

* Authors can set up their own Twitter accounts in their profiles
* Time delayed Tweeting
* Time delayed Tweeting
* Scheduled Tweet management
* Simultaneously Tweet to site and author Twitter accounts
* Preview and Tweet comments
Expand Down
2 changes: 1 addition & 1 deletion src/wp-to-twitter-shorteners.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function wpt_shorten_url( $url, $post_title, $post_ID, $testmode = false, $store
$shrink = $url;
break;
case 2: // updated to v3 3/31/2010.
// Bitly supported via https://wordpress.org/plugins/codehaveli-bitly-url-shortener/
// Bitly supported via https://wordpress.org/plugins/codehaveli-bitly-url-shortener/.
$bitlyurl = get_post_meta( $post_ID, '_wbitly_shorturl', true );
if ( ! empty( $bitlyurl ) ) {
$shrink = $bitlyurl;
Expand Down

0 comments on commit f85ffff

Please sign in to comment.