blog.knym.net | I'm searching something to change my life.

WP plugin Calendarの日本語入力でラー

WordPress › Calendar « WordPress Plugins


をつかったとき、Event Titleで日本語入力すると下記のエラーが出る。


The event title must be between 1 and 30 characters in length and contain no punctuation. Spaces are allowed but the title must not start with one.


下記のエラー該当部分をコメントアウトして、$title_ok=1;
をむき出しにするとエラーが出なくなる


// The title must be at least one character in length and no more than 30 - no non-standard characters allowed
/* if (preg_match('/^[a-zA-Z0-9]{1}[a-zA-Z0-9[:space:]]{0,29}$/',$title))
            { <em>/
          $title_ok =1;
        /</em> }
          else
              &lt;div class=&quot;error&quot;&gt;&lt;p&gt;&lt;strong&gt;&lt;?php _e('Error','calendar'); ?&gt;:&lt;/strong&gt; &lt;?php _e('The event title must be between 1 and 30 characters in length and contain no punctuation. Spaces are allowed but the title must not start with one.','calendar'); ?&gt;&lt;/p&gt;&lt;/div&gt;</p>

<pre><code>    }
        { */
</code></pre>

<p>

Related Posts

Write a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

Essentials

Meta

Pages

Categories