Making WordPress.org


Ignore:
Timestamp:
10/03/2015 08:53:13 PM (11 years ago)
Author:
samuelsidler
Message:

Apps Theme: Remove some weird characters to fix shortcode display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/footer.php

    r880 r1936  
    1616        <div class="button-download-container">
    1717                <h3><?php _e( 'Download the WordPress app:', 'wpmobileapps' ); ?></h3>
    18                 <?php echo do_shortcode( '[wpmobileapps_download_button platform="ios" link="http://itunes.apple.com/us/app/wordpress/id335703880?mt=8"]iOS[/wpmobileapps_download_button]' ); ?>
    19                 <?php echo do_shortcode( '[wpmobileapps_download_button platform="android" link="http://play.google.com/store/apps/details?id=org.wordpress.android"]ANDROID[/wpmobileapps_download_button]' ); ?>
     18                <?php echo do_shortcode( '[wpmobileapps_download_button platform="ios" link="https://itunes.apple.com/us/app/wordpress/id335703880?mt=8"]iOS[/wpmobileapps_download_button]' ); ?>
     19                <?php echo do_shortcode( '[wpmobileapps_download_button platform="android" link="https://play.google.com/store/apps/details?id=org.wordpress.android"]ANDROID[/wpmobileapps_download_button]' ); ?>
    2020        </div>
    2121
Note: See TracChangeset for help on using the changeset viewer.