Changeset 5840
- Timestamp:
- 08/24/2017 08:24:46 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress
- Files:
-
- 2 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' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r5733 r5840 11 11 <div id="new-topic-<?php bbp_topic_id(); ?>" class="bbp-topic-form"> 12 12 13 <form id="new-post" name="new-post" method="post" action=" ">13 <form id="new-post" name="new-post" method="post" action="<?php ( bbp_is_topic_edit() ) ? bbp_topic_permalink() : '#new-post'; ?>"> 14 14 15 15 <?php do_action( 'bbp_theme_before_topic_form' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.