Plugin Directory

Changeset 640960


Ignore:
Timestamp:
12/18/2012 06:39:30 AM (13 years ago)
Author:
eranmiller
Message:

v.1.0.4 formatting/text tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ajax-event-calendar/trunk/ajax-event-calendar.php

    r640958 r640960  
    381381                $this->timezone = get_option('timezone_string');
    382382            } else {
    383                 $this->set_admin_alert(sprintf('<p>&#198;&#91;alendar %s.<br>%s... <a href="http://www.travelmath.com/time-zone/" target="_blank"><strong>%s</strong></a>.</p>
     383                $this->set_admin_alert(sprintf('<p>Ajax Event Calendar %s.<br>%s... <a href="http://www.travelmath.com/time-zone/" target="_blank"><strong>%s</strong></a>.</p>
    384384                    <h3><a href="' . admin_url() . 'options-general.php">%s</a></h3>'
    385385                , __('requires a city value for the Timezone setting', AEC_NAME)
     
    391391            // get_magic_quotes_gpc issue
    392392            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>%s.</p>'
    394                 , __('Your PHP setup has magic_quotes_gpc turned ON.', AEC_NAME)
    395                 , __('This produces formatting errors in the &#198;&#91;alendar.  Learn how to disable this setting ', AEC_NAME)
     393                $this->set_admin_alert(sprintf('<p>%s %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                , __('Your server has PHP magic_quotes_gpc set to active.', AEC_NAME)
     395                , __('This produces formatting errors in the Ajax Event Calendar plugin.', AEC_NAME)
     396                , __('Learn how to disable this setting', AEC_NAME)
    396397                , __('in this forum thread', AEC_NAME)
    397398                , __('Ask your host provider for help.', AEC_NAME)));
Note: See TracChangeset for help on using the changeset viewer.