Changeset 1344906
- Timestamp:
- 02/06/2016 11:41:02 PM (10 years ago)
- Location:
- ff-communitymap/trunk
- Files:
-
- 2 edited
-
ffcommunitymap.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ff-communitymap/trunk/ffcommunitymap.php
r1344872 r1344906 5 5 Plugin URI: http://api.freifunk.net 6 6 Description: display the freifunk community map 7 Version: 3. 07 Version: 3.1 8 8 Author: Andi Bräu 9 9 Author URI: https://blog.andi95.de … … 179 179 <%= item.name %> 180 180 <% } %></td>'; 181 $ffColumns['city']['head'] = '<th title="'.__('Stadt').'" data-sorted="true" data-direction="ASC">'.__('Stadt/Region').'</th>'.PHP_EOL;181 $ffColumns['city']['head'] = '<th id="hcity" title="'.__('Stadt').'" data-sorted="true" data-direction="ASC">'.__('Stadt/Region').'</th>'.PHP_EOL; 182 182 $ffColumns['city']['js'] = '<% if (item.location.city) {%> 183 183 <td><%= item.location.city %> -
ff-communitymap/trunk/readme.txt
r1344887 r1344906 5 5 Requires at least: 3.6 6 6 Tested up to: 4.4.1 7 Stable tag: 3. 07 Stable tag: 3.1 8 8 9 9 Displays the freifunk community map and/or the freifunk community table … … 47 47 == Changelog == 48 48 49 = 3.1 = 50 * some minor corrections 51 49 52 = 3.0 = 50 53 * add zip search to community table
Note: See TracChangeset
for help on using the changeset viewer.