Changeset 670590
- Timestamp:
- 02/20/2013 12:54:09 AM (13 years ago)
- Location:
- furnishedcom
- Files:
-
- 4 edited
-
tags/1.0/admin.php (modified) (2 diffs)
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/admin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
furnishedcom/tags/1.0/admin.php
r670567 r670590 7 7 8 8 function furnished_com_instructions(){ 9 $cities = furnished_com_get_cities(); //Prime the cities to speed things up 9 10 ?> 10 11 <div class="wrap"> … … 16 17 <li><?php _e('<strong>state</strong> is an optional value that allows you to specify the state to show furnished rentals.') ?></li> 17 18 </ul> 19 <?php if(count($cities['cities']) > 0): ?> 20 <p><?php _e('The following cities are supported:') ?></p> 21 <ul style="margin-left: 20px;"> 22 <?php foreach($cities['cities'] as $city): ?> 23 <li><?php _e($city['city'].", ".$city['state']); ?></li> 24 <?php endforeach; ?> 25 </ul> 26 <?php endif; ?> 18 27 </div> 19 28 <?php -
furnishedcom/tags/1.0/readme.txt
r670567 r670590 7 7 Stable tag: 1.0 8 8 9 The Furnished.com WordPress plugin creates a powerful search widget on your website that allows users to browse through thousands of furnished rentals right from your website.9 The Furnished.com WordPress plugin creates a powerful search widget that allows users to browse through thousands of furnished rentals in the USA. 10 10 11 11 == Description == -
furnishedcom/trunk/admin.php
r669905 r670590 7 7 8 8 function furnished_com_instructions(){ 9 $cities = furnished_com_get_cities(); //Prime the cities to speed things up 9 10 ?> 10 11 <div class="wrap"> … … 16 17 <li><?php _e('<strong>state</strong> is an optional value that allows you to specify the state to show furnished rentals.') ?></li> 17 18 </ul> 19 <?php if(count($cities['cities']) > 0): ?> 20 <p><?php _e('The following cities are supported:') ?></p> 21 <ul style="margin-left: 20px;"> 22 <?php foreach($cities['cities'] as $city): ?> 23 <li><?php _e($city['city'].", ".$city['state']); ?></li> 24 <?php endforeach; ?> 25 </ul> 26 <?php endif; ?> 18 27 </div> 19 28 <?php -
furnishedcom/trunk/readme.txt
r669905 r670590 7 7 Stable tag: 1.0 8 8 9 The Furnished.com WordPress plugin creates a powerful search widget on your website that allows users to browse through thousands of furnished rentals right from your website.9 The Furnished.com WordPress plugin creates a powerful search widget that allows users to browse through thousands of furnished rentals in the USA. 10 10 11 11 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.