~canonical-sysadmins/wordpress/4.8

« back to all changes in this revision

Viewing changes to wp-admin/media.php

  • Committer: Haw Loeung
  • Date: 2016-12-13 06:56:21 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: haw.loeung@canonical.com-20161213065621-8tcu7u7vlxgs2s81
Merge WP4.7 from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
        get_current_screen()->set_help_sidebar(
82
82
        '<p><strong>' . __('For more information:') . '</strong></p>' .
83
 
        '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
84
 
        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
 
83
        '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>') . '</p>' .
 
84
        '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
85
85
        );
86
86
 
87
87
        require( ABSPATH . 'wp-admin/admin-header.php' );