Changeset 11108 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
- Timestamp:
- 07/09/2021 12:35:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
r10562 r11108 147 147 </p> 148 148 149 < sectionid="mobile" class="apps-mobile">149 <aside id="mobile" class="apps-mobile"> 150 150 <span class="dashicons dashicons-smartphone"></span> 151 151 <h2><?php esc_html_e( 'Inspiration strikes anywhere, anytime', 'wporg' ); ?></h2> … … 161 161 </div> 162 162 <a href="https://apps.wordpress.com/mobile/" class="call-to-action"><?php esc_html_e( 'Learn more about our mobile apps', 'wporg' ); ?></a> 163 </ section>164 165 < sectionid="hosting" class="hosting row gutters between">163 </aside> 164 165 <aside id="hosting" class="hosting row gutters between"> 166 166 <div class="parallelogram"></div> 167 167 <span class="dashicons dashicons-cloud"></span> … … 188 188 189 189 <a href="https://wordpress.org/hosting/" class="call-to-action col-12"><?php esc_html_e( 'See all of our recommended hosts', 'wporg' ); ?></a> 190 </ section>190 </aside> 191 191 192 192 <section id="download-install" class="download row gutters between">
Note: See TracChangeset
for help on using the changeset viewer.