[buddypress-trac] [BuddyPress] #2706: Support WP 3.1 adminbar
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Feb 25 02:29:20 UTC 2011
#2706: Support WP 3.1 adminbar
--------------------------+--------------------------
Reporter: DJPaul | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 1.4
Component: Core | Version:
Resolution: | Keywords: dev-feedback
--------------------------+--------------------------
Comment (by azizur):
When using:
{{{
define( 'BP_USE_WP_ADMIN_BAR', true );
}}}
Still includes the CSS:
{{{
body {
padding-top: 25px;
}
}}}
Which kind of pointless and leave a gap after the WordPress admin bar.
When {{{ define( 'BP_USE_WP_ADMIN_BAR', true ); }}} used it should mean
{{{ define( 'BP_DISABLE_ADMIN_BAR', true ); }}} but not the case at the
moment.
I think it makes sense to consolidate the two constants.
--
Ticket URL: <https://trac.buddypress.org/ticket/2706#comment:9>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list