Changeset 8479
- Timestamp:
- 07/28/08 23:39:37 (1 month ago)
- Files:
-
- branches/2.6/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-includes/link-template.php
r8381 r8479 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
