Making WordPress.org


Ignore:
Timestamp:
11/05/2021 05:56:31 AM (5 years ago)
Author:
dd32
Message:

Support: Hide the 'Link' button in the Reviews editor.

Props bedas for the initial patch.
Closes https://github.com/WordPress/wordpress.org/pull/38.
See #5748.

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  
    99<?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>
    1010
    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() ); ?>">
    1212
    1313                <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.