Ticket #10579: link-template.patch
| File link-template.patch, 406 bytes (added by , 17 years ago) |
|---|
-
link-template.php
701 701 break; 702 702 default : 703 703 if ( !current_user_can( 'edit_post', $post->ID ) ) 704 return ;704 return apply_filters( 'get_edit_post_link', "", $post->ID, $context );; 705 705 $file = 'post'; 706 706 $var = 'post'; 707 707 break;