Making WordPress.org

Changeset 1310


Ignore:
Timestamp:
02/25/2015 12:10:10 AM (10 years ago)
Author:
iandunn
Message:

WordCamp Organizer Reminders: Update the region taxonomy slug constant.

It was moved to a different class in r1302.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php

    r1309 r1310  
    202202            empty( $wordcamp_meta['WordCamp Hashtag'][0] ) ? 'N/A' : esc_url( 'https://twitter.com/hashtag/' . $wordcamp_meta['WordCamp Hashtag'][0] ),
    203203            absint( $wordcamp_meta['Number of Anticipated Attendees'][0] ),
    204             empty( $wordcamp_meta['Multi-Event Sponsor Region'][0] ) ? '' : get_term( $wordcamp_meta['Multi-Event Sponsor Region'][0], MES_Sponsor::REGIONS_SLUG )->name,
    205             // todo update MES_Sponsor::REGIONS_SLUG in light of r1302
     204            empty( $wordcamp_meta['Multi-Event Sponsor Region'][0] ) ? '' : get_term( $wordcamp_meta['Multi-Event Sponsor Region'][0], MES_Region::TAXONOMY_SLUG )->name,
    206205
    207206            // The organizing team
Note: See TracChangeset for help on using the changeset viewer.