Skip to:
Content

BuddyPress.org

Changeset 7702


Ignore:
Timestamp:
12/18/2013 02:31:37 PM (13 years ago)
Author:
boonebgorges
Message:

Add missing textdomain to About screen

Fixes #5304

Props danbp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-admin.php

    r7676 r7702  
    524524                                                <li><?php _e( 'Improved phpDoc inline documentation', 'buddypress' ); ?></li>
    525525                                                <li><?php printf( __( 'Improved compatibility with <a href="%s">develop.svn.wordpress.org</a> unit-test suite', 'buddypress' ), 'https://develop.svn.wordpress.org/' ); ?></li>
    526                                                 <li><?php printf( __( '<a href="%s">&hellip;and lots more!</a>' ), 'http://codex.buddypress.org/releases/version-1-9' ); ?></li>
     526                                                <li><?php printf( __( '<a href="%s">&hellip;and lots more!</a>', 'buddypress' ), 'http://codex.buddypress.org/releases/version-1-9' ); ?></li>
    527527                                        </ul>
    528528                                </div>
Note: See TracChangeset for help on using the changeset viewer.