Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2012 08:09:34 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add ending semicolons to bp-default where omitted. Fixes #4002.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/header.php

    r5736 r5737  
    1212    </head>
    1313
    14     <body <?php body_class() ?> id="bp-default">
     14    <body <?php body_class(); ?> id="bp-default">
    1515
    16         <?php do_action( 'bp_before_header' ) ?>
     16        <?php do_action( 'bp_before_header' ); ?>
    1717
    1818        <div id="header">
Note: See TracChangeset for help on using the changeset viewer.