Skip to content

Commit

Permalink
Remove textdomain loader
Browse files Browse the repository at this point in the history
Obsolete since WP 4.6
  • Loading branch information
joedolson committed Oct 21, 2024
1 parent 2a5cccc commit ce52618
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
global $wpt_version;
$wpt_version = '4.2.5';

add_action( 'init', 'wpt_load_textdomain' );
/**
* Set up text domain for XPoster.
*/
function wpt_load_textdomain() {
load_plugin_textdomain( 'wp-to-twitter' );
}

/**
* Check for OAuth configuration
*
Expand Down

0 comments on commit ce52618

Please sign in to comment.