Changeset 11319 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
- Timestamp:
- 11/05/2021 05:56:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r8877 r11319 9 9 <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?> 10 10 11 <div id="new-topic-<?php bbp_topic_id(); ?>" class="bbp-topic-form ">11 <div id="new-topic-<?php bbp_topic_id(); ?>" class="bbp-topic-form <?php echo esc_attr( bbp_get_view_id() ); ?>"> 12 12 13 13 <form id="new-post" name="new-post" method="post" action="<?php ( bbp_is_topic_edit() ) ? bbp_topic_permalink() : '#new-post'; ?>">
Note: See TracChangeset
for help on using the changeset viewer.