Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/01/2017 09:05:34 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Templates: Replace the_permalink() calls with more specific template tags.

Resolves issue where BuddyPress group forums would collide with literal page IDs when not using theme-compat.

Fixes #3030.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-topic-merge.php

    r6384 r6452  
    2121        <div id="merge-topic-<?php bbp_topic_id(); ?>" class="bbp-topic-merge">
    2222
    23             <form id="merge_topic" name="merge_topic" method="post" action="<?php the_permalink(); ?>">
     23            <form id="merge_topic" name="merge_topic" method="post" action="<?php bbp_topic_permalink(); ?>">
    2424
    2525                <fieldset class="bbp-form">
Note: See TracChangeset for help on using the changeset viewer.