Changeset 19509 for trunk/wp-admin/import.php
- Timestamp:
- 12/01/2011 01:17:14 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r19461 r19509 18 18 19 19 get_current_screen()->add_help_tab( array( 20 'id' => ' import',21 'title' => __(' Import'),20 'id' => 'overview', 21 'title' => __('Overview'), 22 22 'content' => '<p>' . __('This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.') . '</p>' . 23 23 '<p>' . __('In previous versions of WordPress, all importers were built-in. They have been turned into plugins since most people only use them once or infrequently.') . '</p>', … … 131 131 132 132 if ( current_user_can('install_plugins') ) 133 echo '<p>' . sprintf( __('If the importer you need is not listed, <a href="%s">search the plugin sdirectory</a> to see if an importer is available.'), esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) ) . '</p>';133 echo '<p>' . sprintf( __('If the importer you need is not listed, <a href="%s">search the plugin directory</a> to see if an importer is available.'), esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) ) . '</p>'; 134 134 ?> 135 135
Note: See TracChangeset
for help on using the changeset viewer.