Skip to:
Content

bbPress.org

Changeset 2555


Ignore:
Timestamp:
10/14/2010 02:19:22 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1321 props markmcwilliams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin.php

    r2521 r2555  
    352352                $actions = apply_filters( 'topic_forum_row_actions', array (
    353353                    '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>'
    355355                ) );
    356356
Note: See TracChangeset for help on using the changeset viewer.