Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2011 04:37:20 PM (12 years ago)
Author:
djpaul
Message:

Remove post title permalink in single.php. Fixes #3238, props karmatosed

File:
1 edited

Legend:

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

    r4313 r4406  
    1818
    1919                    <div class="post-content">
    20                         <h2 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
     20                        <h2 class="posttitle"><?php the_title(); ?></h2>
    2121
    2222                        <p class="date">
Note: See TracChangeset for help on using the changeset viewer.