~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-admin/export.php

  • Committer: Haw Loeung
  • Date: 2016-12-13 06:54:17 UTC
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: haw.loeung@canonical.com-20161213065417-pemlo49o7in8nmkn
New upstream version 4.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
get_current_screen()->set_help_sidebar(
53
53
        '<p><strong>' . __('For more information:') . '</strong></p>' .
54
 
        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
55
 
        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
 
54
        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Export_Screen">Documentation on Export</a>') . '</p>' .
 
55
        '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
56
56
);
57
57
 
58
58
// If the 'download' URL parameter is set, a WXR export file is baked and returned.