Plugin Directory

Changeset 1257435


Ignore:
Timestamp:
10/01/2015 01:29:08 PM (11 years ago)
Author:
brainfruit
Message:

Little fix to redirect extremly long URLs

Location:
404-redirector
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • 404-redirector/trunk/404-redirector.php

    r1219097 r1257435  
    117117*/##############################################################################
    118118function bfr_redirector404_calc($SlugsRaw, $removeMe, $category_permalink, $tag_permalink, $lastUrlQueryString) {
    119     $closestValue = 100;
     119    $closestValue = 1000;
    120120    $closestLink = '';
    121121    $mixin = array();   
  • 404-redirector/trunk/readme.txt

    r1219097 r1257435  
    66Author: brainfruit
    77Requires at least: 3.9
    8 Tested up to: 4.2
    9 Stable tag: 1.0.1
    10 Version: 1.0.1
     8Tested up to: 4.3
     9Stable tag: 1.0.2
     10Version: 1.0.2
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131== Changelog ==
    3232
     33= 1.0.2 =
     34- Little fix to redirect extremly long URLs
     35
    3336= 1.0.1 =
    3437- Bug fixes
Note: See TracChangeset for help on using the changeset viewer.