Ticket #9583: template.php.diff
| File template.php.diff, 435 bytes (added by , 17 years ago) |
|---|
-
template.php
old new 2107 2107 echo "<a href='" . get_permalink( $post->ID ) . "'>#</a>"; 2108 2108 echo '</div></td>'; 2109 2109 } 2110 break; 2111 default: 2112 echo "<td $attributes>\n"; 2113 do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID ); 2114 echo "</td>\n"; 2115 break; 2110 2116 } 2111 2117 } 2112 2118 echo "</tr>\n";