Skip to content

Commit

Permalink
Fixed ThemeFuse/Unyson#3103 - load textdomain before widget_init
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Jan 4, 2018
1 parent 6e26e3f commit 2421ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratch-parent/inc/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function _action_theme_setup() {
}
}
endif;
add_action( 'init', '_action_theme_setup' );
add_action( 'init', '_action_theme_setup', 0 );

/**
* Adjust content_width value for image attachment template.
Expand Down

0 comments on commit 2421ca0

Please sign in to comment.