Fix typo in type_url_form_video() help text. Props mako09. Fixes #14003 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@15292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d33463f89d
commit
fe89d62154
|
@ -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. “Lucy on YouTube“') . '</td></tr>
|
||||
<tr><td></td><td class="help">' . __('Link text, e.g. “Lucy on YouTube”') . '</td></tr>
|
||||
' . _insert_into_post_button('video') . '
|
||||
</tbody></table>
|
||||
';
|
||||
|
|
Loading…
Reference in New Issue