[wp-trac] [WordPress Trac] #14242: Wordpress MU - wp-admin/ms-sites.php line 200 missing echo

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 8 23:30:20 UTC 2010


#14242: Wordpress MU - wp-admin/ms-sites.php line 200 missing echo
--------------------------+-------------------------------------------------
 Reporter:  PhillKenoyer  |       Owner:                 
     Type:  defect (bug)  |      Status:  new            
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Multisite     |     Version:                 
 Severity:  normal        |    Keywords:                 
--------------------------+-------------------------------------------------
 in the file wp-admin/ms-sites.php on line 200 where it outputs the
 contents of a textarea field it is missing the echo (or print) before the
 function call wp_htmledit_pre( $option->option_value ).

 <td><textarea class="<?php echo $class; ?>" rows="5" cols="40"
 name="option[<?php echo esc_attr( $option->option_name ) ?>]" id="<?php
 echo esc_attr( $option->option_name ) ?>"<?php disabled( $disabled )
 ?>><?php '''echo''' wp_htmledit_pre( $option->option_value )
 ?></textarea></td>

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14242>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list