Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/23/2011 04:12:07 AM (15 years ago)
Author:
johnjamesjacoby
Message:

She seems to have an invisible touch, yeah. Fixes #1603. Props cnorris23.

File:
1 edited

Legend:

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

    r3444 r3445  
    610610                                        // Output the title
    611611                                        echo $forum_title;
    612                                        
     612
    613613                                // Reply has no forum
    614614                                } else {
     
    673673                        // Reply view links to topic
    674674                        $actions['view'] = '<a href="' . bbp_get_reply_url( $reply->ID ) . '" title="' . esc_attr( sprintf( __( 'View &#8220;%s&#8221;', 'bbpress' ), bbp_get_reply_title( $reply->ID ) ) ) . '" rel="permalink">' . __( 'View', 'bbpress' ) . '</a>';
    675                        
     675
    676676                        // User cannot view replies in trash
    677677                        if ( ( 'trash' == $reply->post_status ) && !current_user_can( 'view_trash' ) )
Note: See TracChangeset for help on using the changeset viewer.