You deleted
Create Text Domain For Translations
add_action( 'plugins_loaded', 'email_textdomain' );
function email_textdomain() {
load_plugin_textdomain( 'wp-email', false, dirname( plugin_basename( FILE ) ) );
}
from wp-email.php
and therefore the whole page doesn't work anymore...
You deleted
Create Text Domain For Translations
add_action( 'plugins_loaded', 'email_textdomain' );
function email_textdomain() {
load_plugin_textdomain( 'wp-email', false, dirname( plugin_basename( FILE ) ) );
}
from wp-email.php
and therefore the whole page doesn't work anymore...