Making WordPress.org


Ignore:
Timestamp:
12/31/2019 05:25:10 PM (6 years ago)
Author:
iandunn
Message:

Main: Update meetup group count to 817.

File:
1 edited

Legend:

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

    r9079 r9387  
    11<?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
    210/**
    311 * The main template file.
     
    127135                    <p class="subheading">
    128136                        <?php
    129                         $meetups = 436;
     137                        $meetups = 817;
    130138
    131139                        printf(
Note: See TracChangeset for help on using the changeset viewer.