Changeset 3445 for branches/plugin/bbp-admin/bbp-replies.php
- Timestamp:
- 08/23/2011 04:12:07 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-replies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-replies.php
r3444 r3445 610 610 // Output the title 611 611 echo $forum_title; 612 612 613 613 // Reply has no forum 614 614 } else { … … 673 673 // Reply view links to topic 674 674 $actions['view'] = '<a href="' . bbp_get_reply_url( $reply->ID ) . '" title="' . esc_attr( sprintf( __( 'View “%s”', 'bbpress' ), bbp_get_reply_title( $reply->ID ) ) ) . '" rel="permalink">' . __( 'View', 'bbpress' ) . '</a>'; 675 675 676 676 // User cannot view replies in trash 677 677 if ( ( 'trash' == $reply->post_status ) && !current_user_can( 'view_trash' ) )
Note: See TracChangeset
for help on using the changeset viewer.