Changeset 5840 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
- Timestamp:
- 08/24/2017 08:24:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
r5113 r5840 20 20 <div id="new-reply-<?php bbp_topic_id(); ?>" class="bbp-reply-form"> 21 21 22 <form id="new-post" name="new-post" method="post" action="<?php the_permalink(); ?>">22 <form id="new-post" name="new-post" method="post" action="<?php ( bbp_is_reply_edit() ) ? bbp_reply_permalink() : '#new-post'; ?>"> 23 23 24 24 <?php do_action( 'bbp_theme_before_reply_form' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.