Skip to content

Commit

Permalink
Merge pull request rodrigoprimo#34 from ismailfazal/patch-1
Browse files Browse the repository at this point in the history
Using secure connection of Google cdn
  • Loading branch information
rodrigoprimo committed Jan 20, 2014
2 parents 1be894f + 359b706 commit 426dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function sc_add_stylesheets(){
if( !wp_style_is( 'social_connect', 'registered' ) ) {
wp_register_style( "social_connect", SOCIAL_CONNECT_PLUGIN_URL . "/media/css/style.css" );
wp_register_style( "jquery-ui", 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css' );
wp_register_style( "jquery-ui", 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css' );
}

if ( did_action( 'wp_print_styles' ) ) {
Expand Down

0 comments on commit 426dfef

Please sign in to comment.