Changeset 15132 for trunk/wp-admin/upload.php
- Timestamp:
- 06/03/2010 09:00:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r15094 r15132 170 170 '<p>' . __('If a media file has not been attached to any post, you will see that in the <em>Attached To</em> column, and can click on <em>Attach File</em> to launch a small popup that will allow you to search for a post and attach the file.') . '</p>' . 171 171 '<p><strong>' . __('For more information:') . '</strong></p>' . 172 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel" >Media Library Documentation</a>') . '</p>' .173 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'172 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel" target="_blank">Media Library Documentation</a>') . '</p>' . 173 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 174 174 ); 175 175
Note: See TracChangeset
for help on using the changeset viewer.