Fix another typo. Not a good day at all.

git-svn-id: https://develop.svn.wordpress.org/trunk@5277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-17 01:17:45 +00:00
parent 8e63dcecfa
commit e111d2de08
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ function get_edit_post_link( $link = 'Edit This' ) {
}
return '<a href="' . get_option( 'wpurl' ) . '/wp-admin/' . $file . '.php?action=edit&amp;post=' . $post->ID . '>' . $link . '</a>' . $after;
}
function edit_post_link( $link = 'Edit This', $before = '', $after = '' ) {
echo $before . get_edit_post_link( $link ) . $after;