Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/02/2018 05:22:48 PM (8 years ago)
Author:
djpaul
Message:

Emails: RTL support.

Fixes #7606

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r11763 r11786  
    32253225 *
    32263226 * @since 2.5.0
     3227 * @since 3.0.0 Added "direction" parameter for LTR/RTL email support.
    32273228 *
    32283229 * @return array
     
    32413242        'header_text_color' => '#000000',
    32423243        'header_text_size'  => 30,
     3244        'direction'         => is_rtl() ? 'right' : 'left',
    32433245
    32443246        'footer_text' => sprintf(
Note: See TracChangeset for help on using the changeset viewer.