diff --git a/stream.php b/stream.php index 8eae252d5..2fdbb606a 100644 --- a/stream.php +++ b/stream.php @@ -32,7 +32,6 @@ */ if ( version_compare( PHP_VERSION, '5.3', '<' ) ) { - load_plugin_textdomain( 'stream', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); add_action( 'shutdown', 'wp_stream_fail_php_version' ); } else { require __DIR__ . '/classes/class-plugin.php';