Changeset 1978473
- Timestamp:
- 11/21/2018 10:29:19 PM (7 years ago)
- Location:
- wp-redirection/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-redirection.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-redirection/trunk/README.md
r1486043 r1978473 44 44 Support is provided at https://github.com/patrickingle/wp-redirection/issues. You will require a free account on github.com 45 45 46 Please contact p hkcorp2005@gmail.com or visit the above forum with questions, comments, or requests.46 Please contact presspage.entertainment@gmail.com or visit the above forum with questions, comments, or requests. -
wp-redirection/trunk/readme.txt
r1486043 r1978473 42 42 Support is provided at https://github.com/patrickingle/wp-redirection/issues. You will require a free account on github.com 43 43 44 Please contact p hkcorp2005@gmail.com or visit the above forum with questions, comments, or requests.44 Please contact presspage.entertainment@gmail.com or visit the above forum with questions, comments, or requests. -
wp-redirection/trunk/wp-redirection.php
r1486043 r1978473 2 2 /* 3 3 Plugin Name: WP-Redirection 4 Plugin URI: http ://phkcorp.com?do=wordpress4 Plugin URI: https://wordpress.org/plugins/wp-redirection 5 5 Description: A Wordpress plugin for redirecting/rewriting url's to a new host url. Does handle multi-site hostings. 6 Author: P HK Corporation6 Author: PressPage Entertainment Inc. 7 7 Version: 1.0.2 8 Author URI: http ://phkcorp.com9 10 Copyright 2011 PHK Corporation (email : phkcorp2005@gmail.com)8 Author URI: https://presspage.info 9 10 Copyright 2011-2018 PressPage Entertainment Inc. (email: presspage.entertainment@gmail.com) 11 11 12 12 This program is free software; you can redistribute it and/or modify … … 226 226 </th> 227 227 <td> 228 <input type='text' size='30' maxlength='80' name='brd_host' id='brd_host' value='' /> <i><small>The original host with protocol (e.g. http ://www.phkcorp.comor http://regex)</small></i>228 <input type='text' size='30' maxlength='80' name='brd_host' id='brd_host' value='' /> <i><small>The original host with protocol (e.g. https://presspage.info or http://regex)</small></i> 229 229 </td> 230 230 </tr> … … 242 242 </th> 243 243 <td> 244 <input type='text' size='30' maxlength='80' name='brd_new_host' id='brd_new_host' value='' /> <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='' /> <i><small>The new host to redirect w/o protocol (e.g. presspage.info)</small></i> 245 245 </td> 246 246 </tr>
Note: See TracChangeset
for help on using the changeset viewer.