Changeset 481404
- Timestamp:
- 12/28/2011 08:07:29 AM (14 years ago)
- Location:
- seo-blogger-to-wordpress-301-redirector
- Files:
-
- 10 added
- 2 edited
-
tags/0.3.8 (added)
-
tags/0.3.8/images (added)
-
tags/0.3.8/images/delete.png (added)
-
tags/0.3.8/images/download.png (added)
-
tags/0.3.8/images/help.png (added)
-
tags/0.3.8/images/like.png (added)
-
tags/0.3.8/images/template.png (added)
-
tags/0.3.8/lib.php (added)
-
tags/0.3.8/readme.txt (added)
-
tags/0.3.8/seo-blogger-to-wordpress.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/seo-blogger-to-wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-blogger-to-wordpress-301-redirector/trunk/readme.txt
r481201 r481404 5 5 Requires at least: 2.6 6 6 Tested up to: 3.3 7 Stable tag: 0.3. 77 Stable tag: 0.3.8 8 8 9 9 This plugin will 301 redirect all incoming traffic from your Blogger account to your newly setup Wordpress account. Move from Blogger to wordpress with great ease. … … 68 68 == Upgrade Notice == 69 69 70 = 0.3. 7=71 Hopefully, the last bug fix.70 = 0.3.8 = 71 Archive pages will now be redirected. -
seo-blogger-to-wordpress-301-redirector/trunk/seo-blogger-to-wordpress.php
r481201 r481404 4 4 Plugin URI: http://suhastech.com/seo-blogger-to-wordpress 5 5 Description: This plugin will 301 redirect all incoming traffic from your Blogger account to your newly setup Wordpress account. Please read the documentation at suhastech.com/seo-blogger-to-wordpress before you continue. 6 Version: 0.3. 76 Version: 0.3.8 7 7 Author: Suhas Sharma 8 8 Author URI: http://suhastech.com … … 492 492 add_action('admin_menu', 'suhas_generator'); 493 493 add_action( 'template_redirect', 'suhas_blogger' ); 494 494 495 if ( isset( $_GET['blogger'] ) ) 496 { 495 497 add_action( 'template_redirect', 'suhas_blogspot' ); 498 } 499 496 500 if (preg_match("/blogspot.com/i",$_SERVER['HTTP_REFERER'])) 501 { 497 502 add_action( 'template_redirect', 'suhas_blogspot_archive' ); 503 } 498 504 ?> 499 505
Note: See TracChangeset
for help on using the changeset viewer.