Changeset 8083 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-application.php
- Timestamp:
- 01/15/2019 09:06:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-application.php
r7887 r8083 271 271 public function get_event_location() { 272 272 if ( isset( $this->post->ID ) ) { 273 return get_post_meta( $this->post->ID, 'q_city', true ); 274 } 273 return get_post_meta( $this->post->ID, 'Meetup Location', true ); 274 } 275 } 276 277 /** 278 * Public report URL for Meetup Applications 279 */ 280 public static function get_application_report_url() { 281 return "https://central.wordcamp.org/reports/meetup-applications/"; 275 282 } 276 283
Note: See TracChangeset
for help on using the changeset viewer.