Plugin Directory

Changeset 1978473


Ignore:
Timestamp:
11/21/2018 10:29:19 PM (7 years ago)
Author:
phkcorp2005
Message:

updated author and author url

Location:
wp-redirection/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-redirection/trunk/README.md

    r1486043 r1978473  
    4444Support is provided at https://github.com/patrickingle/wp-redirection/issues. You will require a free account on github.com
    4545
    46 Please contact phkcorp2005@gmail.com or visit the above forum with questions, comments, or requests.
     46Please contact presspage.entertainment@gmail.com or visit the above forum with questions, comments, or requests.
  • wp-redirection/trunk/readme.txt

    r1486043 r1978473  
    4242Support is provided at https://github.com/patrickingle/wp-redirection/issues. You will require a free account on github.com
    4343
    44 Please contact phkcorp2005@gmail.com or visit the above forum with questions, comments, or requests.
     44Please contact presspage.entertainment@gmail.com or visit the above forum with questions, comments, or requests.
  • wp-redirection/trunk/wp-redirection.php

    r1486043 r1978473  
    22/*
    33Plugin Name: WP-Redirection
    4 Plugin URI: http://phkcorp.com?do=wordpress
     4Plugin URI: https://wordpress.org/plugins/wp-redirection
    55Description: A Wordpress plugin for redirecting/rewriting url's to a new host url. Does handle multi-site hostings.
    6 Author: PHK Corporation
     6Author: PressPage Entertainment Inc.
    77Version: 1.0.2
    8 Author URI: http://phkcorp.com
    9 
    10 Copyright 2011  PHK Corporation  (email : phkcorp2005@gmail.com)
     8Author URI: https://presspage.info
     9
     10Copyright 2011-2018  PressPage Entertainment Inc.  (email: presspage.entertainment@gmail.com)
    1111
    1212This program is free software; you can redistribute it and/or modify
     
    226226                            </th>
    227227                            <td>
    228                                 <input type='text' size='30' maxlength='80' name='brd_host' id='brd_host' value='' />&nbsp;<i><small>The original host with protocol (e.g. http://www.phkcorp.com or http://regex)</small></i>
     228                                <input type='text' size='30' maxlength='80' name='brd_host' id='brd_host' value='' />&nbsp;<i><small>The original host with protocol (e.g. https://presspage.info or http://regex)</small></i>
    229229                            </td>
    230230                        </tr>
     
    242242                            </th>
    243243                            <td>
    244                                 <input type='text' size='30' maxlength='80' name='brd_new_host' id='brd_new_host' value='' />&nbsp;<i><small>The new host to redirect w/o protocol (e.g. www.phkcorp.com)</small></i>
     244                                <input type='text' size='30' maxlength='80' name='brd_new_host' id='brd_new_host' value='' />&nbsp;<i><small>The new host to redirect w/o protocol (e.g. presspage.info)</small></i>
    245245                            </td>
    246246                        </tr>
Note: See TracChangeset for help on using the changeset viewer.