Making WordPress.org

Changeset 288


Ignore:
Timestamp:
01/13/2014 12:50:18 AM (11 years ago)
Author:
nacin
Message:

Trac: Suppress workflow keywords on the plugins trac.

File:
1 edited

Legend:

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

    r271 r288  
    3535        init : function() {
    3636            wpTrac.hacks();
    37             wpTrac.workflow.init();
     37            if ( ! $(document.body).hasClass( 'plugins' ) ) {
     38                wpTrac.workflow.init();
     39            }
    3840            wpTrac.nonGardeners();
    3941        },
Note: See TracChangeset for help on using the changeset viewer.