[buddypress-dev] name of bp-groups-functions.php in classes file

Jeroen Smeets jeroen at jeroensmeets.net
Thu Jun 26 09:35:21 GMT 2008


Hi Andy,

a small remark from someone who is happy with every new version in trunk:

in bp-groups/bp-groups-class.php on line 9 you have

    include_once ( 'bp_groups_functions.php' );

That probably should be

    include_once ( 'bp-groups-functions.php' );

Maybe more important, the resulting warning is displayed twice, which 
means the bp-groups-class.php is included twice on page display?

Greetings,

-- Jeroen


More information about the buddypress-dev mailing list