Changeset 10122 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/08/2008 01:39:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10102 r10122 2079 2079 } 2080 2080 echo "<td $attributes>\n"; 2081 echo "“$post_link”<br />";2082 2083 echo '< span class="post-com-count-wrapper">';2081 echo $post_link; 2082 2083 echo '<div class="response-links"><span class="post-com-count-wrapper">'; 2084 2084 $pending_phrase = sprintf( __('%s pending'), number_format( $pending_comments ) ); 2085 2085 if ( $pending_comments ) … … 2090 2090 echo '</span> '; 2091 2091 echo "<a href='" . get_permalink( $post->ID ) . "'>#</a>"; 2092 echo '</ td>';2092 echo '</div></td>'; 2093 2093 } 2094 2094 }
Note: See TracChangeset
for help on using the changeset viewer.