Fixed formatting and bumped version

This commit is contained in:
Justin Foell
2018-03-23 11:21:14 -05:00
parent 3f08061045
commit 1556977c40
5 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class WPStrava {
if ( is_admin() ) {
$this->settings->hook();
} else {
add_action( 'init', array( $this, 'register_shortcodes') );
add_action( 'init', array( $this, 'register_shortcodes' ) );
add_action( 'wp_enqueue_scripts', array( $this, 'register_scripts' ) );
}