Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/23/2018 03:19:38 AM (6 years ago)
Author:
johnjamesjacoby
Message:

Templates: remove action attribute from several forms.

This improves support for third-party implementations (shortcodes, BuddyPress, etc...) because template parts can be called from anywhere.

Fixes #3030.

File:
1 edited

Legend:

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

    r6714 r6806  
    2323    <div id="new-reply-<?php bbp_topic_id(); ?>" class="bbp-reply-form">
    2424
    25         <form id="new-post" name="new-post" method="post" action="<?php bbp_reply_permalink() ?>">
     25        <form id="new-post" name="new-post" method="post">
    2626
    2727            <?php do_action( 'bbp_theme_before_reply_form' ); ?>
Note: See TracChangeset for help on using the changeset viewer.