Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/30/2013 09:41:05 PM (11 years ago)
Author:
djpaul
Message:

Add textdomain to gettext calls that don't have the textdomain set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/deprecated/1.5.php

    r7243 r7720  
    140140
    141141<div class="bp-widget wp-profile">
    142     <h4><?php _e( 'My Profile' ) ?></h4>
     142    <h4><?php _e( 'My Profile', 'buddypress' ) ?></h4>
    143143
    144144    <table class="wp-profile-fields">
Note: See TracChangeset for help on using the changeset viewer.