Changeset 2910
- Timestamp:
- 04/06/2016 09:42:57 PM (10 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt
- Files:
-
- 2 edited
-
applications/tracker.php (modified) (1 diff)
-
views/applications/tracker/shortcode-application-tracker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/tracker.php
r2901 r2910 53 53 unset( $wordcamps[ $key ] ); 54 54 } 55 56 $wordcamp->url = filter_var( get_post_meta( $wordcamp->ID, 'URL', true ), FILTER_VALIDATE_URL ); 55 57 } 56 58 -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/tracker/shortcode-application-tracker.php
r2900 r2910 20 20 <?php foreach ( $posts as $post ) : ?> 21 21 <tr> 22 <td class="city" ><?php echo esc_html( $post->post_title ); ?></td> 22 <td class="city"> 23 <?php if ( $post->url ) : ?> 24 <a href="<?php echo esc_url( $post->url ); ?>"> 25 <?php echo esc_html( $post->post_title ); ?> 26 </a> 27 <?php else : ?> 28 <?php echo esc_html( $post->post_title ); ?> 29 <?php endif; ?> 30 </td> 31 23 32 <td class="applicant" ><?php echo esc_html( get_post_meta( $post->ID, 'Organizer Name', true ) ); ?></td> 24 33 <td class="milestone" ><?php echo esc_html( $milestones[ $post->post_status ] ); ?></td>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)