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