Skip to:
Content

BuddyPress.org

Changeset 11784


Ignore:
Timestamp:
01/02/2018 04:28:59 PM (7 years ago)
Author:
djpaul
Message:

Emails: unify small difference in template packs' email template.

Location:
trunk/src/bp-templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php

    r10666 r11784  
    169169                    <td>
    170170                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
    171                           <tr>
     171                            <tr>
    172172                                <td style="padding: 20px; font-family: sans-serif; mso-height-rule: exactly; line-height: <?php echo esc_attr( floor( $settings['body_text_size'] * 1.618 ) . 'px' ) ?>; color: <?php echo esc_attr( $settings['body_text_color'] ); ?>; font-size: <?php echo esc_attr( $settings['body_text_size'] . 'px' ); ?>" class="body_text_color body_text_size">
    173173                                    <span style="font-weight: bold; font-size: <?php echo esc_attr( floor( $settings['body_text_size'] * 1.35 ) . 'px' ); ?>" class="welcome"><?php bp_email_the_salutation( $settings ); ?></span>
     
    175175                                    {{{content}}}
    176176                                </td>
    177                           </tr>
     177                            </tr>
    178178                        </table>
    179179                    </td>
  • trunk/src/bp-templates/bp-nouveau/buddypress/assets/emails/single-bp-email.php

    r11686 r11784  
    88 *
    99 * @since 2.5.0
     10 *
     11 * @package BuddyPress
     12 * @subpackage Core
    1013 */
    1114
Note: See TracChangeset for help on using the changeset viewer.