Changeset 14165
- Timestamp:
- 04/19/2010 03:09:38 PM (15 years ago)
- Location:
- trunk/wp-admin/import
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/dotclear.php
r13377 r14165 570 570 echo '<p>'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'</p>'; 571 571 echo '<ul>'; 572 echo '<li>'.__('<a href="http://w ww.wordpress.org">The official WordPress site</a>').'</li>';572 echo '<li>'.__('<a href="http://wordpress.org/">The official WordPress site</a>').'</li>'; 573 573 echo '<li>'.__('<a href="http://wordpress.org/support/">The WordPress support forums</a>').'</li>'; 574 echo '<li>'.__('<a href="http://codex.wordpress.org ">The Codex (In other words, the WordPress Bible)</a>').'</li>';574 echo '<li>'.__('<a href="http://codex.wordpress.org/">The Codex (In other words, the WordPress Bible)</a>').'</li>'; 575 575 echo '</ul>'; 576 576 echo '<p>'.sprintf(__('That’s it! What are you waiting for? Go <a href="%1$s">log in</a>!'), '../wp-login.php').'</p>'; -
trunk/wp-admin/import/textpattern.php
r13311 r14165 582 582 echo '<p>'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'</p>'; 583 583 echo '<ul>'; 584 echo '<li>'.__('<a href="http://w ww.wordpress.org">The official WordPress site</a>').'</li>';584 echo '<li>'.__('<a href="http://wordpress.org/">The official WordPress site</a>').'</li>'; 585 585 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>'; 587 587 echo '</ul>'; 588 588 echo '<p>'.sprintf(__('That’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.