Ticket #8788: template.php.diff
| File template.php.diff, 1.4 KB (added by , 18 years ago) |
|---|
-
template.php
184 184 break; 185 185 default: 186 186 $output .= "<td $attributes>"; 187 $output .= apply_filters('manage_categories_custom_column', $column_name, $category->term_id);187 $output .= apply_filters('manage_categories_custom_column', '', $column_name, $category->term_id); 188 188 $output .= "</td>"; 189 189 } 190 190 } … … 353 353 break; 354 354 default: 355 355 $output .= "<td $attributes>"; 356 $output .= apply_filters('manage_link_categories_custom_column', $column_name, $category->term_id);356 $output .= apply_filters('manage_link_categories_custom_column', '', $column_name, $category->term_id); 357 357 $output .= "</td>"; 358 358 } 359 359 } … … 645 645 break; 646 646 default: 647 647 $out .= "<td $attributes>"; 648 $out .= apply_filters("manage_${taxonomy}_custom_column", $column_name, $tag->term_id);648 $out .= apply_filters("manage_${taxonomy}_custom_column", '', $column_name, $tag->term_id); 649 649 $out .= "</td>"; 650 650 } 651 651 } … … 1892 1892 break; 1893 1893 default: 1894 1894 $r .= "<td $attributes>"; 1895 $r .= apply_filters('manage_users_custom_column', $column_name, $user_object->ID);1895 $r .= apply_filters('manage_users_custom_column', '', $column_name, $user_object->ID); 1896 1896 $r .= "</td>"; 1897 1897 } 1898 1898 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)