Making WordPress.org


Ignore:
Timestamp:
06/14/2018 10:02:26 AM (7 years ago)
Author:
obenland
Message:

BB Base: i18n improvements.

Updates remaining strings to be translatable.

See #2102.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/header-front.php

    r4448 r7305  
    22    <div id="headline"><div id="headline-inner">
    33        <h2 class="graphic home"><?php bloginfo( 'description' ); ?></h2>
    4         <p>This software is really great. Go check it out for yourself and tell us how much you like it in the forums!</p>
     4        <p><?php esc_html_e( 'This software is really great. Go check it out for yourself and tell us how much you like it in the forums!', 'bborg' ); ?></p>
    55        <div>
    6             <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button">Download &rarr;</a>
    7             <img src="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6" srcset="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6 1x, <?php bloginfo( 'template_url' ); ?>/images/screenshots-2x.png?v=6 2x" alt="Screenshots">
     6            <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button"><?php esc_html_e( 'Download &rarr;', 'bborg' ); ?></a>
     7            <img src="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6" srcset="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6 1x, <?php bloginfo( 'template_url' ); ?>/images/screenshots-2x.png?v=6 2x" alt="<?php esc_attr_e( 'Screenshots', 'bborg' ); ?>">
    88        </div>
    99    </div></div>
Note: See TracChangeset for help on using the changeset viewer.