Changeset 4781 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
- Timestamp:
- 01/25/2017 01:28:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r4624 r4781 826 826 827 827 // Count the number of cities 828 // @todo use _venue_city field since it'll be more accurate, but need to populate older camps first 828 829 foreach ( $wordcamps->posts as $wordcamp ) { 829 830 $url = get_post_meta( $wordcamp->ID, 'URL', true );
Note: See TracChangeset
for help on using the changeset viewer.