Plugin Directory

Changeset 1162364


Ignore:
Timestamp:
05/18/2015 12:05:30 AM (11 years ago)
Author:
justincwatt
Message:

Fix CSS bug displaying multiple textarea lines on a single line

Location:
redirect-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • redirect-editor/trunk/form.php

    r757730 r1162364  
    1515        <p><pre><code>/2012/09/old-post/ http://www.example.com/2012/09/new-post/</code></pre></p>
    1616
    17         <p><textarea name='redirects' style='width:100%;height:15em;white-space:nowrap;font-family:Consolas,Monaco,monospace;' wrap="off"><?php print esc_textarea( $redirects ); ?></textarea></p>
     17        <p><textarea name='redirects' style='width:100%;height:15em;white-space:pre;font-family:Consolas,Monaco,monospace;'><?php print esc_textarea( $redirects ); ?></textarea></p>
    1818
    1919        <p><button type='submit' name='function' class='button button-primary' value='redirect-editor-save'>Save</button></p>
  • redirect-editor/trunk/readme.txt

    r941088 r1162364  
    44Tags: redirect, redirection, 301, 301 redirect, htaccess
    55Requires at least: 3.0
    6 Tested up to: 3.9.1
     6Tested up to: 4.2.2
    77Stable tag: trunk
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 1.3 =
     47* Fix CSS error causing redirect lines to all appear on a single line
     48
    4649= 1.2 =
    4750* Minor fix for possible corrupted redirects options
     
    5457
    5558== Upgrade Notice ==
     59= 1.3 =
     60Bug fix
     61
    5662= 1.2 =
    5763Bug fix
  • redirect-editor/trunk/redirect-editor.php

    r941088 r1162364  
    22/*
    33Plugin Name: Redirect Editor
    4 Version: 1.2
     4Version: 1.3
    55Plugin URI: http://justinsomnia.org/2012/09/redirect-editor-plugin-for-wordpress/
    66Description: Centrally edit and manage <code>.htaccess</code>-style 301 redirects. Go to <a href="options-general.php?page=redirect-editor">Settings &gt; Redirect Editor</a> to configure.
Note: See TracChangeset for help on using the changeset viewer.