Skip to content

Commit

Permalink
Fix typo in type_url_form_video() help text. Props mako09. Fixes #140…
Browse files Browse the repository at this point in the history
…03 for 3.0

git-svn-id: https://develop.svn.wordpress.org/branches/3.0@15291 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
dd32 committed Jun 20, 2010
1 parent 91b7a7b commit d49f43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/includes/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ function type_url_form_video() {
</th>
<td class="field"><input id="insertonly[title]" name="insertonly[title]" value="" type="text" aria-required="true"></td>
</tr>
<tr><td></td><td class="help">' . __('Link text, e.g. &#8220;Lucy on YouTube&#8220;') . '</td></tr>
<tr><td></td><td class="help">' . __('Link text, e.g. &#8220;Lucy on YouTube&#8221;') . '</td></tr>
' . _insert_into_post_button('video') . '
</tbody></table>
';
Expand Down

0 comments on commit d49f43a

Please sign in to comment.