__( 'Primary Menu', 'asonant' ), //'footer' => __( 'Footer Menu', 'asonant' ), //'top' => __( 'Top Menu', 'asonant' ), ) ); /** * Make theme available for translation * Translations can be filed in the /languages/ directory * If you're building a theme based on asonant, use a find and replace * to change 'asonant' to the name of your theme in all the template files */ load_theme_textdomain( 'asonant', get_template_directory() . '/languages' ); add_editor_style( 'editor-style.css' ); } endif; // asonant_setup add_action( 'after_setup_theme', 'asonant_setup' );