Changeset 11786 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 01/02/2018 05:22:48 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r11763 r11786 3225 3225 * 3226 3226 * @since 2.5.0 3227 * @since 3.0.0 Added "direction" parameter for LTR/RTL email support. 3227 3228 * 3228 3229 * @return array … … 3241 3242 'header_text_color' => '#000000', 3242 3243 'header_text_size' => 30, 3244 'direction' => is_rtl() ? 'right' : 'left', 3243 3245 3244 3246 'footer_text' => sprintf(
Note: See TracChangeset
for help on using the changeset viewer.