Ticket #7424: 7424.diff
File 7424.diff, 556 bytes (added by , 17 years ago) |
---|
-
wp-includes/link-template.php
479 479 break; 480 480 endswitch; 481 481 482 return apply_filters( 'get_edit_post_link', admin_url("$file.php?{$action}$var=$post->ID"), $post->ID );482 return apply_filters( 'get_edit_post_link', admin_url("$file.php?{$action}$var=$post->ID"), $post->ID, $context ); 483 483 } 484 484 485 485 function edit_post_link( $link = 'Edit This', $before = '', $after = '' ) {