Make WordPress Core

Ticket #13467: mediasettings_help_update.patch

File mediasettings_help_update.patch, 1.8 KB (added by jane, 14 years ago)

Small edits to Media Settings help text

  • wp-admin/options-media.php

     
    1616$parent_file = 'options-general.php';
    1717
    1818add_contextual_help($current_screen,
    19         '<p>' . __('You can set maximum sizes for images in the Add An Image popup window which appears when you insert images into your written content. These sizes can set limits for three of your four options; you can also insert an image as Full Size.') . '</p>' .
    20         '<p>' . __('The Embed option allows for any URL linking to a video, image, or other media content to automatically become embedded in your post or page. Just type that URL on its own line when you&#8217;re creating your content.') . '</p>' .
     19        '<p>' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '</p>' .
     20        '<p>' . __('The Embed option allows you embed a video, image, or other media content into your content automatically by typing the URL (of the web page where the file lives) on its own line when you create your content.') . '</p>' .
    2121        '<p>' . __('Uploading Options gives you folder and path choices for storing your files in your installation&#8217;s directory.') . '</p>' .
    2222        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2323        '<p><strong>' . __('For more information:') . '</strong></p>' .
    24         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_SubPanel">Media Settings Documentation</a>') . '</p>' .
     24        '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_SubPanel">Documentation on Media Settings</a>') . '</p>' .
    2525        '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
    2626);
    2727