mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Validate good times, come on. Props Viper007Bond. fixes #3113
git-svn-id: https://develop.svn.wordpress.org/trunk@4169 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -958,7 +958,7 @@ function list_meta($meta) {
|
||||
global $post_ID;
|
||||
// Exit if no meta
|
||||
if (!$meta) {
|
||||
echo '<tbody id="the-list"></tbody>'; //TBODY needed for list-manipulation JS
|
||||
echo '<tbody id="the-list"><tr style="display: none;"><td> </td></tr></tbody>'; //TBODY needed for list-manipulation JS
|
||||
return;
|
||||
}
|
||||
$count = 0;
|
||||
@@ -1254,7 +1254,11 @@ function the_quicktags() {
|
||||
<div id="quicktags">
|
||||
';
|
||||
wp_print_scripts( 'quicktags' );
|
||||
echo ' <script type="text/javascript">if ( typeof tinyMCE == "undefined" || tinyMCE.configs.length < 1 ) edToolbar();</script>
|
||||
echo ' <script type="text/javascript">
|
||||
//<![CDATA[
|
||||
if ( typeof tinyMCE == "undefined" || tinyMCE.configs.length < 1 ) edToolbar();
|
||||
//]]>
|
||||
</script>
|
||||
</div>
|
||||
';
|
||||
echo '
|
||||
|
||||
Reference in New Issue
Block a user