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/plugins/support-forums/inc/class-performance-optimizations.php

    r11084 r11319  
    328328        public function enqueue_styles() {
    329329                if ( current_user_can( 'participate' ) ) {
    330                         wp_enqueue_style( 'support-forums-participants', plugins_url( 'css/styles-participants.css', __DIR__ ) );
     330                        wp_enqueue_style( 'support-forums-participants', plugins_url( 'css/styles-participants.css', __DIR__ ), array(), '20211105' );
    331331                }
    332332        }
Note: See TracChangeset for help on using the changeset viewer.