Changeset 9387 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
- Timestamp:
- 12/31/2019 05:25:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r9079 r9387 1 1 <?php 2 3 /* 4 * NOTE: This isn't actually used, instead the site loads `public_html/index-wporg.php`. 5 * 6 * Please sync any changes in both places. 7 */ 8 9 2 10 /** 3 11 * The main template file. … … 127 135 <p class="subheading"> 128 136 <?php 129 $meetups = 436;137 $meetups = 817; 130 138 131 139 printf(
Note: See TracChangeset
for help on using the changeset viewer.