Changeset 16368 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/14/2010 06:00:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r16278 r16368 332 332 $wp_list_table = get_list_table('WP_Comments_List_Table'); 333 333 334 list ( $columns, $hidden ) = $wp_list_table->get_column_info();335 $hidden = array_intersect( array_keys( $columns ), array_filter( $hidden ) );336 $col_count = count($columns) - count($hidden);337 338 334 ?> 339 335 <form method="get" action=""> 340 336 <?php if ( $table_row ) : ?> 341 <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" style="display:none;"><td colspan="<?php echo $ col_count; ?>">337 <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange"> 342 338 <?php else : ?> 343 339 <div id="com-reply" style="display:none;"><div id="replyrow" style="display:none;">
Note: See TracChangeset
for help on using the changeset viewer.