Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/21/2012 08:42:47 PM (13 years ago)
Author:
djpaul
Message:

Fix 'number of columns' screen option. Fixes #4287.

  • This was caused by a change in WP 3.4, and brings our admin screen back in line with core.
  • #WP21042
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-akismet.php

    r6093 r6129  
    497497
    498498        // Display meta box with a low priority (low position on screen by default)
    499         add_meta_box( 'bp_activity_history',  __( 'Activity History', 'buddypress' ), array( $this, 'history_metabox' ), 'toplevel_page_bp-activity', 'advanced', 'low' );
     499        add_meta_box( 'bp_activity_history',  __( 'Activity History', 'buddypress' ), array( $this, 'history_metabox' ), 'toplevel_page_bp-activity', 'normal', 'low' );
    500500    }
    501501
Note: See TracChangeset for help on using the changeset viewer.