Make WordPress Core

Changeset 5276


Ignore:
Timestamp:
04/17/2007 12:53:58 AM (17 years ago)
Author:
rob1n
Message:

Fix typo. Thanks Lloyd.

File:
1 edited

Legend:

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

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