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:
parent
8e63dcecfa
commit
e111d2de08
@ -294,6 +294,7 @@ function get_edit_post_link( $link = 'Edit This' ) {
|
||||
}
|
||||
|
||||
return '<a href="' . get_option( 'wpurl' ) . '/wp-admin/' . $file . '.php?action=edit&post=' . $post->ID . '>' . $link . '</a>' . $after;
|
||||
}
|
||||
|
||||
function edit_post_link( $link = 'Edit This', $before = '', $after = '' ) {
|
||||
echo $before . get_edit_post_link( $link ) . $after;
|
||||
|
Loading…
Reference in New Issue
Block a user