Ticket #720: patch_720_meta.2.diff
File patch_720_meta.2.diff, 1.1 KB (added by , 10 years ago) |
---|
-
wcor-mailer.php
188 188 '[venue_available_rooms]', 189 189 '[venue_url]', 190 190 '[venue_contact_info]', 191 '[venue_has_exhibition_space]', 191 192 ); 192 193 193 194 $replace = array( … … 221 222 empty( $wordcamp_meta['Available Rooms'][0] ) ? 'N/A' : $wordcamp_meta['Available Rooms'][0], 222 223 empty( $wordcamp_meta['Website URL'][0] ) ? 'N/A' : $wordcamp_meta['Website URL'][0], 223 224 empty( $wordcamp_meta['Contact Information'][0] ) ? 'N/A' : $wordcamp_meta['Contact Information'][0], 225 empty( $wordcamp_meta['Exhibition Space Available'][0] ) ? 'may be' : 'is not', 224 226 ); 225 227 226 228 return str_replace( $search, $replace, $content ); -
wcor-reminder.php
207 207 <li>[venue_available_rooms]</li> 208 208 <li>[venue_url]</li> 209 209 <li>[venue_contact_info]</li> 210 <li>[venue_has_exhibition_space]</li> 210 211 </ul> 211 212 212 213 <?php