Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/11/2021 11:03:29 PM (4 years ago)
Author:
imath
Message:

i18n: Fix wrong double spaces into 5 strings

Props NekoJonez

Fixes #8510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/classes/class-bp-core-friends-widget.php

    r12976 r12991  
    2626    function __construct() {
    2727        $widget_ops = array(
    28             'description'                 => __( 'A dynamic list of recently active, popular, and newest Friends of the displayed member.  Widget is only shown when viewing a member profile.', 'buddypress' ),
     28            'description'                 => __( 'A dynamic list of recently active, popular, and newest Friends of the displayed member. Widget is only shown when viewing a member profile.', 'buddypress' ),
    2929            'classname'                   => 'widget_bp_core_friends_widget buddypress widget',
    3030            'customize_selective_refresh' => true,
Note: See TracChangeset for help on using the changeset viewer.