Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/23/2018 03:19:38 AM (7 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-topic-split.php

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