Make WordPress Core


Ignore:
Timestamp:
12/16/2010 06:37:03 AM (14 years ago)
Author:
nacin
Message:

Help text edits. props dougwrites, fixes #15346.

File:
1 edited

Legend:

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

    r16557 r16980  
    1919    '<p>' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '</p>' .
    2020    '<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     '<p>' . __('Uploading Options gives you folder and path choices for storing your files in your installation&#8217;s directory.') . '</p>' .
     21    ( is_multisite() ? '' : '<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>' .
Note: See TracChangeset for help on using the changeset viewer.