Changeset 715853
- Timestamp:
- 05/21/2013 04:57:18 AM (13 years ago)
- Location:
- soldpress/branches/0.9.5A
- Files:
-
- 3 edited
-
single-sp_property.php (modified) (1 diff)
-
soldpress.php (modified) (1 diff)
-
theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soldpress/branches/0.9.5A/single-sp_property.php
r715843 r715853 108 108 ?> 109 109 </div> 110 <?php } ? >110 <?php } ?> 111 111 <div class="well3"> 112 112 <div class="row"> -
soldpress/branches/0.9.5A/soldpress.php
r715843 r715853 61 61 update_option( 'sc-sync-end','' ); 62 62 63 //Deactive Sync When Reactivation Occurs63 //Deactive Sync When Activation Occurs 64 64 update_option( 'sc-sync-enabled',false ); 65 65 -
soldpress/branches/0.9.5A/theme.php
r715799 r715853 35 35 array('jquery'), 36 36 '1.3.1', 37 false);37 true); 38 38 39 39 wp_enqueue_script(
Note: See TracChangeset
for help on using the changeset viewer.