Changeset 1597
- Timestamp:
- 07/23/2008 01:49:57 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r1596 r1597 1392 1392 if ( bb_current_user_can( 'edit_post', $bb_post->post_id ) ) { 1393 1393 $uri = bb_get_uri('edit.php', array('id' => $bb_post->post_id)); 1394 return "<a href='" . attribute_escape( apply_filters( 'post_edit_uri', $uri, $bb_post->post_id ) ) . "'>". __('Edit') ."</a>"; 1394 $r = "<a href='" . attribute_escape( apply_filters( 'post_edit_uri', $uri, $bb_post->post_id ) ) . "'>". __('Edit') ."</a>"; 1395 return apply_filters('bb_get_post_edit_link', $r, get_post_id( $post_id ) ); 1395 1396 } 1396 1397 }
Note: See TracChangeset
for help on using the changeset viewer.