Changeset 15103 for trunk/wp-admin/options-media.php
- Timestamp:
- 06/02/2010 05:54:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-media.php
r15000 r15103 17 17 18 18 add_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’re creatingyour 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>' . 21 21 '<p>' . __('Uploading Options gives you folder and path choices for storing your files in your installation’s directory.') . '</p>' . 22 22 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 23 23 '<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>' . 25 25 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 26 26 );
Note: See TracChangeset
for help on using the changeset viewer.