Changeset 476641
- Timestamp:
- 12/17/2011 02:32:13 AM (14 years ago)
- Location:
- welocally-places/trunk
- Files:
-
- 6 edited
-
options/options-general.php (modified) (1 diff)
-
views/includes/category-map-include.php (modified) (1 diff)
-
views/places-meta-box.php (modified) (1 diff)
-
welocally-places-settings.php (modified) (1 diff)
-
welocally-places.class.php (modified) (3 diffs)
-
welocally-places.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
welocally-places/trunk/options/options-general.php
r473697 r476641 65 65 66 66 <?php if(is_subscribed()):?> 67 <link type="text/css" href="http ://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" />67 <link type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" /> 68 68 <style> 69 69 #selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; } -
welocally-places/trunk/views/includes/category-map-include.php
r473697 r476641 105 105 106 106 </style> 107 <link type="text/css" href="http ://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" />107 <link type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" /> 108 108 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script> 109 109 <script type="text/javascript" charset="utf-8"> -
welocally-places/trunk/views/places-meta-box.php
r473697 r476641 1 <script type="text/javascript" src="http ://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>1 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script> 2 2 <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css" type="text/css" /> 3 3 <script type="text/javascript" charset="utf-8"> -
welocally-places/trunk/welocally-places-settings.php
r473697 r476641 62 62 'length' => "256", 63 63 'suffix' => "", 64 'default_value' => "http ://www.google.com/mapfiles/marker.png"64 'default_value' => "https://www.google.com/mapfiles/marker.png" 65 65 ), 66 66 'css' => array ( -
welocally-places/trunk/welocally-places.class.php
r476637 r476641 6 6 class WelocallyPlaces { 7 7 8 const VERSION = '1.0.1 4';8 const VERSION = '1.0.15'; 9 9 const WLERROROPT = '_welocally_errors'; 10 10 const CATEGORYNAME = 'Place'; … … 161 161 162 162 //app stuff 163 wp_enqueue_script('google-maps' , 'http ://maps.google.com/maps/api/js?sensor=true' , false , '3');163 wp_enqueue_script('google-maps' , 'https://maps.google.com/maps/api/js?sensor=true' , false , '3'); 164 164 wp_enqueue_script('sp-places-script', $placesURL.'places.js', array('jquery') ); 165 165 if( locate_template( array('places/places.css') ) ) { … … 177 177 $fontList = $this->makeUniqueGoogleFontList($fonts); 178 178 179 wp_enqueue_style( 'wl_font_list', 'http ://fonts.googleapis.com/css?family='.$fontList );179 wp_enqueue_style( 'wl_font_list', 'https://fonts.googleapis.com/css?family='.$fontList ); 180 180 181 181 //admin stuff -
welocally-places/trunk/welocally-places.php
r476637 r476641 5 5 Plugin URI: http://www.welocally.com/wordpress/?page_id=2 6 6 Description: The Welocally Places plugin lets easily associate places for our 21M POI database without geocoding. The map widget makes it easy for your users to find the places your are writing about on a map. 7 Version: 1.0.1 47 Version: 1.0.15 8 8 Author: Welocally Inc. 9 9 Author URI: http://welocally.com
Note: See TracChangeset
for help on using the changeset viewer.