Making WordPress.org

Changeset 9240


Ignore:
Timestamp:
10/26/2019 03:57:30 AM (5 years ago)
Author:
dd32
Message:

Trac: Remove the Notification control functionality from the UI to avoid people thinking it'll work when it's infact been broken for 18mths.

See #3594.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r9143 r9240  
    14171417                    return false;
    14181418                });
     1419
     1420                // Trac notification control is broken due to the Trac upgrade to 1.2
     1421                $( '#notifications p.receiving-notifications, #notifications p.receiving-notifications-because, #notifications p.not-receiving-notifications, #notifications .preferences' ).hide();
    14191422            }
    14201423
Note: See TracChangeset for help on using the changeset viewer.