mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-16 13:13:41 +09:00
Responsive tables first pass
This commit is contained in:
@@ -85,8 +85,6 @@ class WPStrava {
|
||||
if ( is_admin() ) {
|
||||
$this->settings->hook();
|
||||
} else { // Front-end.
|
||||
$this->style_translations = new WPStrava_StyleTranslations();
|
||||
$this->style_translations->hook();
|
||||
add_action( 'init', array( $this, 'register_shortcodes' ) );
|
||||
add_action( 'wp_enqueue_scripts', array( $this, 'register_scripts' ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user