Skip to content

function email_textdomain() is missing #18

@metaview

Description

@metaview

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions