Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • garfrey
    Participant

    @garfrey

    Hi danbp , its working ! thanks =D


    garfrey
    Participant

    @garfrey

    Hi danbp thank you for helping ,

    I had put your script into bp-custom.php, but not working .
    any mistake i had made ?

    function garfrey_widget_title( $title ) {
    if ( $title == "Members") {
    $title = __('新加入会员') ; // foreign char. here
    }
    return $title;
    }
    add_filter ( 'widget_title' , 'garfrey_widget_title', 21 );

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar