Changeset 640958
- Timestamp:
- 12/18/2012 06:29:06 AM (13 years ago)
- File:
-
- 1 edited
-
ajax-event-calendar/trunk/ajax-event-calendar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/trunk/ajax-event-calendar.php
r640952 r640958 391 391 // get_magic_quotes_gpc issue 392 392 if (get_magic_quotes_gpc()) { 393 $this->set_admin_alert(sprintf('<p>%s<br>%s <a href="http://wordpress.org/support/topic/plugin-ajax-event-calendar-ajax-event-calendar-dont-like-the-apostrophes?replies=11#post-2259386" target="_blank"><strong>%s</strong></a> .</p>'393 $this->set_admin_alert(sprintf('<p>%s<br>%s <a href="http://wordpress.org/support/topic/plugin-ajax-event-calendar-ajax-event-calendar-dont-like-the-apostrophes?replies=11#post-2259386" target="_blank"><strong>%s</strong></a>%s.</p>' 394 394 , __('Your PHP setup has magic_quotes_gpc turned ON.', AEC_NAME) 395 , __('Learn about the undesired results it produces and how to disable this setting', AEC_NAME) 396 , __('in this forum thread', AEC_NAME))); 395 , __('This produces formatting errors in the Æ[alendar. Learn how to disable this setting ', AEC_NAME) 396 , __('in this forum thread', AEC_NAME) 397 , __('Ask your host provider for help.', AEC_NAME))); 397 398 } 398 399
Note: See TracChangeset
for help on using the changeset viewer.