Changeset 188
- Timestamp:
- 06/07/2003 09:58:38 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2edit.showposts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2edit.showposts.php
r186 r188 247 247 ] 248 248 <br /> 249 <font color="#999999"><b><a href="<?php permalink_single($ blogfilename); ?>" title="permalink"><?php the_title() ?></a></b> by <b><?php the_author() ?> (<a href="javascript:profile(<?php the_author_ID() ?>)"><?php the_author_nickname() ?></a>)</b>, in <b><?php the_category() ?></b></font><br />249 <font color="#999999"><b><a href="<?php permalink_single($siteurl.'/'.$blogfilename); ?>" title="permalink"><?php the_title() ?></a></b> by <b><?php the_author() ?> (<a href="javascript:profile(<?php the_author_ID() ?>)"><?php the_author_nickname() ?></a>)</b>, in <b><?php the_category() ?></b></font><br /> 250 250 <?php permalink_anchor(); ?> 251 251 <?php
Note: See TracChangeset
for help on using the changeset viewer.