Ticket #22451: 22451-edit-form-advanced.1.diff
File 22451-edit-form-advanced.1.diff, 1.6 KB (added by , 12 years ago) |
---|
-
wp-admin/edit-form-advanced.php
231 231 } 232 232 233 233 if ( 'post' == $post_type || 'page' == $post_type ) { 234 $inserting_media = '<p>' . ('<strong>Add Media</strong> - You can upload and insert media (images, audio, document files, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, s imply select multiple images to add.') . '</p>';234 $inserting_media = '<p>' . ('<strong>Add Media</strong> - You can upload and insert media (images, audio, document files, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click on the "Create a new gallery" button.') . '</p>'; 235 235 $inserting_media .= '<p>' . ('<strong>Embed Media</strong> - With oEmbed, you can easily embed media from popular websites such as Twitter, YouTube, Instagram, SoundCloud, and others. All you need to do is copy the URL of that media, and paste it directly into the text of your page/post on its own line. Remember to make sure that the URL is on its own line and not hyperlinked. Please refer to the Codex to <a href="http://codex.wordpress.org/Embeds">learn more about oEmbed</a>.'); 236 236 237 237 get_current_screen()->add_help_tab( array(