Changeset 1854172
- Timestamp:
- 04/06/2018 01:45:02 PM (8 years ago)
- Location:
- simple-link-library/trunk
- Files:
-
- 3 edited
-
bms-linksshow.php (modified) (1 diff)
-
bms-yall2.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-link-library/trunk/bms-linksshow.php
r1213270 r1854172 121 121 122 122 if ($count <= $num_columns) { 123 $output.='<td>' . $link . ' (' . $category->count . ')' . '</td>';123 $output.='<td>' . $link . ' (' . $category->count . ')' . '</td>'; 124 124 $count++; 125 125 } else { 126 126 $output.= '</tr><tr>'; 127 127 $count = 2; 128 $output.='<td>' . $link . ' (' . $category->count . ')' . '</td>';128 $output.='<td>' . $link . ' (' . $category->count . ')' . '</td>'; 129 129 } 130 130 } -
simple-link-library/trunk/bms-yall2.php
r1746724 r1854172 4 4 Plugin URI: http://www.bm-support.org 5 5 Description: Simple Link organizer for displaying links 6 Version: 1.0. 46 Version: 1.0.5 7 7 Author: Maikel Mardjan 8 8 Author URI: http://nocomplexity.com 9 License: GPL 39 License: GPLv3 10 10 */ 11 11 -
simple-link-library/trunk/readme.txt
r1746725 r1854172 4 4 Stable tag: 3.8 5 5 Requires at least: 4.0 6 Tested up to: 4. 87 License: GPLv3 6 Tested up to: 4.9.5 7 License: GPLv3 or higher 8 8 9 9 Manage your link collection in a simple way. … … 55 55 = 1.0.4 = 56 56 * Tested with WP4.8.2 57 58 = 1.0.5 = 59 * Tested with WP4.9.5 60 * Updated code, to fix issue 'Fixing no space before parentheses' , see: https://wordpress.org/support/topic/fixing-no-space-before-parenthesis/ 61 62
Note: See TracChangeset
for help on using the changeset viewer.