Make WordPress Core


Ignore:
Timestamp:
05/27/2010 07:05:59 PM (15 years ago)
Author:
nacin
Message:

Settings help. props duck_, see #13467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-media.php

    r14139 r15000  
    1515$title = __('Media Settings');
    1616$parent_file = 'options-general.php';
     17
     18add_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>' .
     21    '<p>' . __('Uploading Options gives you folder and path choices for storing your files in your installation&#8217;s directory.') . '</p>' .
     22    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
     23    '<p><strong>' . __('For more information:') . '</strong></p>' .
     24    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_SubPanel">Media Settings Documentation</a>') . '</p>' .
     25    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     26);
    1727
    1828include('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.