Make WordPress Core

Changeset 480


Ignore:
Timestamp:
10/26/2003 08:41:08 PM (21 years ago)
Author:
saxmatt
Message:

Correct permalinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r479 r480  
    253253                ]
    254254                <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> &#8212; <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 />
    257256                <?php
    258257                the_content();
Note: See TracChangeset for help on using the changeset viewer.