Changeset 2555
- Timestamp:
- 10/14/2010 02:19:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin.php
r2521 r2555 352 352 $actions = apply_filters( 'topic_forum_row_actions', array ( 353 353 'edit' => '<a href="' . add_query_arg( array( 'post' => bbp_get_topic_forum_ID(), 'action' => 'edit' ), admin_url( '/post.php' ) ) . '">' . __( 'Edit', 'bbpress' ) . '</a>', 354 'view' => '<a href="' . bbp_get_ forum_permalink() . '">' . __( 'View', 'bbpress' ) . '</a>'354 'view' => '<a href="' . bbp_get_topic_permalink() . '">' . __( 'View', 'bbpress' ) . '</a>' 355 355 ) ); 356 356
Note: See TracChangeset
for help on using the changeset viewer.