Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/31/2009 02:18:21 PM (16 years ago)
Author:
apeatling
Message:

Updating permalink link on activity items, to reduce level of importance compared with reply and favorite links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/entry.php

    r2223 r2234  
    2020                <?php endif; ?>
    2121            <?php endif;?>
    22 
    23             <?php if ( !bp_is_activity_permalink() ) : ?>
    24                 <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>"><?php _e( '#', 'buddypress' ) ?></a>
    25             <?php endif; ?>
    2622        </div>
    2723    </div>
     
    3026        <div class="activity-inreplyto">
    3127            <strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?>
     28            <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>">#</a>
    3229        </div>
    3330    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.