Author: nick Date: 2007-11-03 15:27:35 -0400 (Sat, 03 Nov 2007) New Revision: 10366
Modified: build/topp.build.wordpress/trunk/topp/build/wordpress/wordpress-mu/wp-includes/general-template.php Log: fixed syntax error Modified: build/topp.build.wordpress/trunk/topp/build/wordpress/wordpress-mu/wp-includes/general-template.php =================================================================== --- build/topp.build.wordpress/trunk/topp/build/wordpress/wordpress-mu/wp-includes/general-template.php 2007-11-03 19:18:10 UTC (rev 10365) +++ build/topp.build.wordpress/trunk/topp/build/wordpress/wordpress-mu/wp-includes/general-template.php 2007-11-03 19:27:35 UTC (rev 10366) @@ -829,8 +829,9 @@ // TOPP change if (!$content || !(trim($content))) { $content = " "; - printf('<textarea editor-type="wysiwyg" id="content" name="content" rows="10" cols="60" base="advanced" height="600" width="800">%s</textarea>',$content); + printf('<textarea editor-type="wysiwyg" id="content" name="content" rows="10" cols="60" base="advanced" height="400" width="800">%s</textarea>',$content); return; + } // end TOPP change $rows = get_option('default_post_edit_rows'); if (($rows < 3) || ($rows > 100)) @@ -1044,4 +1045,4 @@ endswitch; return $r; } -?> +?> \ No newline at end of file -- Archive: http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/11/1194118057135 To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED] Please contact [EMAIL PROTECTED] for questions.