diff -Naur wordpress-meta/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/views/shortcode-multi-event-sponsors.php wordpress-meta/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/views/shortcode-multi-event-sponsors.php
|
|
|
|
| 12 | 12 | <?php foreach( $sponsor_ids as $sponsor_id ) : ?> |
| 13 | 13 | |
| 14 | 14 | <li> |
| 15 | | <a href="<?php echo esc_attr( esc_url( get_permalink( $sponsor_id ) ) ); ?>"><?php echo esc_html( $sponsors[ $sponsor_id ]->post_title ); ?></a> is a |
| 16 | | <a href="<?php echo esc_attr( esc_url( get_permalink( $level_id ) ) ); ?>"><?php echo esc_html( $sponsorship_levels[ $level_id ]->post_title ); ?></a> for your event. |
| | 15 | <a href="<?php echo esc_url( get_permalink( $sponsor_id ) ); ?>"><?php echo esc_html( $sponsors[ $sponsor_id ]->post_title ); ?></a> is a |
| | 16 | <a href="<?php echo esc_url( get_permalink( $level_id ) ); ?>"><?php echo esc_html( $sponsorship_levels[ $level_id ]->post_title ); ?></a> for your event. |
| 17 | 17 | </li> |
| 18 | 18 | |
| 19 | 19 | <?php endforeach; ?> |