Skip to content

Commit

Permalink
fix domain translation
Browse files Browse the repository at this point in the history
  • Loading branch information
herewithme authored Oct 24, 2016
1 parent 1d4b329 commit ba7716c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
add_action('admin_menu', 'add_page_template' );

function add_page_template() {
add_theme_page('Redirection settings', __('Redirection settings', 'ultraflux'), 'manage_options', 'redirection-theme-settings', 'redirection_theme_page' );
add_theme_page('Redirection settings', __('Redirection settings', 'redirection'), 'manage_options', 'redirection-theme-settings', 'redirection_theme_page' );
}

function redirection_theme_page() {
Expand Down Expand Up @@ -42,4 +42,4 @@ function redirection_theme_page() {
</form>
</div>
<?php
}
}

0 comments on commit ba7716c

Please sign in to comment.