Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/22/2012 08:42:30 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Redirects:

  • Remove redirect_to fields from edit form field functions, and trust handler logic to do its job.
  • See #1829.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-common-template.php

    r3912 r3913  
    11701170        <input type="hidden" name="bbp_forum_id" id="bbp_forum_id"    value="<?php bbp_forum_id(); ?>" />
    11711171
    1172         <?php bbp_redirect_to_field( bbp_get_forum_permalink( bbp_get_forum_id() ) ); ?>
    1173 
    11741172        <?php
    11751173
     
    12211219        <input type="hidden" name="bbp_topic_id" id="bbp_topic_id"    value="<?php bbp_topic_id(); ?>" />
    12221220
    1223         <?php bbp_redirect_to_field( bbp_get_topic_permalink( bbp_get_topic_id() ) ); ?>
    1224 
    12251221        <?php
    12261222
     
    12681264        <input type="hidden" name="bbp_reply_id"    id="bbp_reply_id"    value="<?php bbp_reply_id(); ?>" />
    12691265        <input type="hidden" name="action"          id="bbp_post_action" value="bbp-edit-reply" />
    1270 
    1271         <?php bbp_redirect_to_field( bbp_get_reply_url( bbp_get_reply_id() ) ); ?>
    12721266
    12731267        <?php if ( current_user_can( 'unfiltered_html' ) )
Note: See TracChangeset for help on using the changeset viewer.