Changeset 3913 for branches/plugin/bbp-includes/bbp-common-template.php
- Timestamp:
- 05/22/2012 08:42:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-common-template.php
r3912 r3913 1170 1170 <input type="hidden" name="bbp_forum_id" id="bbp_forum_id" value="<?php bbp_forum_id(); ?>" /> 1171 1171 1172 <?php bbp_redirect_to_field( bbp_get_forum_permalink( bbp_get_forum_id() ) ); ?>1173 1174 1172 <?php 1175 1173 … … 1221 1219 <input type="hidden" name="bbp_topic_id" id="bbp_topic_id" value="<?php bbp_topic_id(); ?>" /> 1222 1220 1223 <?php bbp_redirect_to_field( bbp_get_topic_permalink( bbp_get_topic_id() ) ); ?>1224 1225 1221 <?php 1226 1222 … … 1268 1264 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php bbp_reply_id(); ?>" /> 1269 1265 <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() ) ); ?>1272 1266 1273 1267 <?php if ( current_user_can( 'unfiltered_html' ) )
Note: See TracChangeset
for help on using the changeset viewer.