Changeset 1441719
- Timestamp:
- 06/22/2016 11:43:45 AM (10 years ago)
- Location:
- nm404/trunk
- Files:
-
- 3 edited
-
nm404.php (modified) (1 diff)
-
pages/statistics.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nm404/trunk/nm404.php
r1431423 r1441719 5 5 Plugin URI: https://www.affiliate-solutions.xyz/ 6 6 Description: Avoid any 404 errors on your WordPress-Site by redirecting the request to the closest match found in the sitemap.xml 7 Version: 2.0. 77 Version: 2.0.8 8 8 Author: Affiliate solutions SLU 9 9 Author URI: https://www.affiliate-solutions.xyz/ -
nm404/trunk/pages/statistics.php
r1357237 r1441719 20 20 <tr> 21 21 <td><?php echo $i; ?></td> 22 <td><?php echo htmlentities($url); ?></td> 22 <?php if ((strlen(htmlentities($url)) > 50)){ 23 echo "<td title = \"".htmlentities($url)."\">".substr(htmlentities($url),0,51)." (...)"."</td>"; 24 } else { 25 echo "<td>".htmlentities($url)."</td>"; 26 } ?> 23 27 <td><?php echo $count; ?></td> 24 28 </tr> -
nm404/trunk/readme.txt
r1431423 r1441719 5 5 Requires at least: 3.0 6 6 Tested up to: 4.5 7 Stable tag: 2.0. 37 Stable tag: 2.0.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.