Skip to:
Content

bbPress.org

Changeset 2712


Ignore:
Timestamp:
12/11/2010 04:42:19 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1400 props GautamGupta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-admin.php

    r2688 r2712  
    132132     */
    133133    function activation_notice () {
     134        if ( !current_user_can( 'switch_themes' ) )
     135            return;
     136
    134137        $current_theme = current_theme_info();
    135138
Note: See TracChangeset for help on using the changeset viewer.