Making WordPress.org

Changeset 4039


Ignore:
Timestamp:
09/12/2016 07:10:14 PM (8 years ago)
Author:
iandunn
Message:

Central Theme: Add link to Android app on Schedule page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-schedule.php

    r4038 r4039  
    7171                <ul>
    7272                    <li><strong>RSS Feed</strong> -- Learn <a href="https://central.wordcamp.org/news/2013/12/30/rss-feed-now-available-for-newly-announced-wordcamps/">how to subscribe via RSS</a>.</li>
     73                    <li>
     74                        <strong>Android app</strong> --
     75                        <a href="https://play.google.com/store/apps/details?id=org.wordcamp.android">Install it for free</a>,
     76                        or <a href="https://github.com/wordpress-mobile/WordCamp-Android">contribute on GitHub</a>.
     77                    </li>
    7378                    <li><strong>ICS Calendar</strong> -- Add this URL as a remote calendar in your calendar application to subscribe: <?php echo esc_url( site_url( 'calendar.ics' ) ); ?></li>
    7479                    <li><strong>JSON API</strong> -- This can be used by developers of mobile apps, websites, etc: https://central.wordcamp.org/wp-json/posts?type=wordcamp</li>    <?php // URL is hardcoded because the v2 URL for this will probably be different, but back-compat will be maintained ?>
Note: See TracChangeset for help on using the changeset viewer.