Skip to:
Content

BuddyPress.org

Changeset 1045


Ignore:
Timestamp:
02/09/2009 11:03:30 PM (16 years ago)
Author:
apeatling
Message:

Fixes #417

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1044 r1045  
    12881288 */
    12891289function bp_core_ucfirst( $str ) {
    1290     $fc = mb_strtoupper(mb_substr($str, 0, 1));
    1291     return $fc.mb_substr($str, 1);
     1290    $fc = mb_strtoupper( mb_substr( $str, 0, 1 ) );
     1291    return $fc.mb_substr( $str, 1 );
    12921292}
    12931293
  • trunk/bp-forums/bp-forums-admin.php

    r1019 r1045  
    4242        $fetch_options = $_fetch_options;
    4343        $options = $_options;
     44       
     45        do_action( 'bp_forums_bbpress_admin', $_fetch_options, $_options );
    4446       
    4547    } else {
Note: See TracChangeset for help on using the changeset viewer.