Make WordPress Core


Ignore:
Timestamp:
04/19/2010 03:09:38 PM (15 years ago)
Author:
nbachiyski
Message:

Un-www wordpress.org links in two importers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/textpattern.php

    r13311 r14165  
    582582        echo '<p>'.__('Finally, there are numerous WordPress resources around the internet.  Some of them are:').'</p>';
    583583        echo '<ul>';
    584         echo '<li>'.__('<a href="http://www.wordpress.org">The official WordPress site</a>').'</li>';
     584        echo '<li>'.__('<a href="http://wordpress.org/">The official WordPress site</a>').'</li>';
    585585        echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums</a>').'</li>';
    586         echo '<li>'.__('<a href="http://codex.wordpress.org">The Codex (In other words, the WordPress Bible)</a>').'</li>';
     586        echo '<li>'.__('<a href="http://codex.wordpress.org/">The Codex (In other words, the WordPress Bible)</a>').'</li>';
    587587        echo '</ul>';
    588588        echo '<p>'.sprintf(__('That&#8217;s it! What are you waiting for? Go <a href="%1$s">log in</a>!'), get_bloginfo( 'wpurl' ) . '/wp-login.php').'</p>';
Note: See TracChangeset for help on using the changeset viewer.