Changeset 1936 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/footer.php
- Timestamp:
- 10/03/2015 08:53:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/footer.php
r880 r1936 16 16 <div class="button-download-container"> 17 17 <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]' ); ?> 20 20 </div> 21 21
Note: See TracChangeset
for help on using the changeset viewer.