Make WordPress Core

Changeset 188


Ignore:
Timestamp:
06/07/2003 09:58:38 PM (23 years ago)
Author:
mikelittle
Message:

Fixed problem with story permalink. passed in filename was relative not absolute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2edit.showposts.php

    r186 r188  
    247247                ]
    248248                <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 />
    250250                <?php permalink_anchor(); ?>
    251251                <?php
Note: See TracChangeset for help on using the changeset viewer.