Definition:
function type_url_form_video() {}
Source code
function type_url_form_video() { return ' <table class="describe"><tbody> <tr> <th valign="top" scope="row" class="label"> <span class="alignleft"><label for="insertonly[href]">' . __('Video URL') . '</label></span> <span class="alignright"><abbr title="required" class="required">*</abbr></span> </th> <td class="field"><input id="insertonly[href]" name="insertonly[href]" value="" type="text" aria-required="true"></td> </tr> <tr> <th valign="top" scope="row" class="label"> <span class="alignleft"><label for="insertonly[title]">' . __('Title') . '</label></span> <span class="alignright"><abbr title="required" class="required">*</abbr></span> </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> ' . _insert_into_post_button('video') . ' </tbody></table> '; }
3123
No comments yet... Be the first to leave a reply!