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-user-edit.php

    r6617 r6806  
    1313?>
    1414
    15 <form id="bbp-your-profile" action="<?php bbp_user_profile_edit_url( bbp_get_displayed_user_id() ); ?>" method="post" enctype="multipart/form-data">
     15<form id="bbp-your-profile" method="post" enctype="multipart/form-data">
    1616
    1717    <h2 class="entry-title"><?php esc_html_e( 'Name', 'bbpress' ) ?></h2>
Note: See TracChangeset for help on using the changeset viewer.