Changeset 16994 for trunk/wp-admin/import.php
- Timestamp:
- 12/16/2010 09:31:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r16980 r16994 109 109 } 110 110 if ( empty($action) ) 111 $action = '<a href="' . esc_url( maybe_network_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $plugin_slug .111 $action = '<a href="' . esc_url( network_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $plugin_slug . 112 112 '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox" title="' . 113 113 esc_attr__('Install importer') . '">' . $data[0] . '</a>'; … … 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 plugins directory</a> to see if an importer is available.'), esc_url( maybe_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 plugins 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.