Making WordPress.org


Ignore:
Timestamp:
10/07/2021 12:29:56 AM (3 years ago)
Author:
tellyworth
Message:

Main theme: use a direct link to the iOS app on the downlad page.

Previously used a search link which showed some irrelevant results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php

    r11109 r11267  
    153153
    154154                    <div class="web-stores">
    155                         <a href="http://appstore.com/WordPress" class="button-ios" >
     155                        <a href="https://itunes.apple.com/app/apple-store/id335703880?pt=299112&ct=wordpress.org&mt=8" class="button-ios" >
    156156                            <img src="<?php echo esc_url( get_theme_file_uri( 'images/badge-apple.png' ) ); ?>" alt="<?php esc_attr_e( 'Available in the Apple App Store', 'wporg' ); ?>" />
    157157                        </a>
Note: See TracChangeset for help on using the changeset viewer.