Changes in trunk/wp-admin/export.php [14989:15135]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r14989 r15135 10 10 require_once ('admin.php'); 11 11 12 if ( !current_user_can('e dit_files') )12 if ( !current_user_can('export') ) 13 13 wp_die(__('You do not have sufficient permissions to export the content of this site.')); 14 14 … … 21 21 '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>' . 22 22 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_SubPanel" >Export Documentation</a>') . '</p>' .24 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'23 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_SubPanel" target="_blank">Export Documentation</a>') . '</p>' . 24 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 25 25 ); 26 26
Note: See TracChangeset
for help on using the changeset viewer.