Make WordPress Core

Changeset 5277


Ignore:
Timestamp:
04/17/2007 01:17:45 AM (17 years ago)
Author:
rob1n
Message:

Fix another typo. Not a good day at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r5276 r5277  
    295295   
    296296    return '<a href="' . get_option( 'wpurl' ) . '/wp-admin/' . $file . '.php?action=edit&amp;post=' . $post->ID . '>' . $link . '</a>' . $after;
     297}
    297298
    298299function edit_post_link( $link = 'Edit This', $before = '', $after = '' ) {
Note: See TracChangeset for help on using the changeset viewer.