Added system of measurement to settings page

This commit is contained in:
Justin Foell
2013-02-17 22:14:10 -06:00
parent cfa7b083f9
commit 8d511f72ec
4 changed files with 51 additions and 22 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ if( file_exists( WPSTRAVA_PLUGIN_DIR . 'lang/' . get_locale() . '.mo' ) ) {
require_once WPSTRAVA_PLUGIN_DIR . 'lib/Strava.class.php';
$wpstrava = WPStrava::get_instance();
//@TODO only load these when needed
//@TODO only load these when needed using is_active_widget()
function load_styles() {
// Register a personalized stylesheet
wp_register_style('wp-strava-style', WPSTRAVA_PLUGIN_URL . 'css/wp-strava.css' );