Changeset 480
- Timestamp:
- 10/26/2003 08:41:08 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r479 r480 253 253 ] 254 254 <br /> 255 <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 /> 256 <?php permalink_anchor(); ?> 255 <strong><a href="<?php permalink_link(); ?>" rel="permalink"><?php the_title() ?></a></strong> — <cite><?php the_author() ?> (<a href="javascript:profile(<?php the_author_ID() ?>)"><?php the_author_nickname() ?></a>)</cite>, in <strong><?php the_category() ?></strong><br /> 257 256 <?php 258 257 the_content();
Note: See TracChangeset
for help on using the changeset viewer.