Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/27/2013 05:24:41 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Audit title attributes, and remove instances where they would match template-tag contents. Fixes #2318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/loop-single-forum.php

    r4733 r4948  
    1616        <?php do_action( 'bbp_theme_before_forum_title' ); ?>
    1717
    18         <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><?php bbp_forum_title(); ?></a>
     18        <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a>
    1919
    2020        <?php do_action( 'bbp_theme_after_forum_title' ); ?>
Note: See TracChangeset for help on using the changeset viewer.