Changeset 7886 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-application.php
- Timestamp:
- 11/23/2018 01:10:31 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
r7733 r7886 271 271 public function get_event_location() { 272 272 if ( isset( $this->post ) && isset( $this->post->ID ) ) { 273 return get_post_meta( $this->post->ID, 'q_city' );273 return get_post_meta( $this->post->ID, 'q_city', true ); 274 274 } 275 275 }
Note: See TracChangeset
for help on using the changeset viewer.