Version Description
Download this release
Release Info
Developer | takayukister |
Plugin | Contact Form 7 |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.3.1
- README.txt +1 -1
- wp-contact-form-7.php +2 -2
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: takayukister
|
|
3 |
Tags: contact form, email, ajax
|
4 |
Requires at least: 2.2
|
5 |
Tested up to: 2.3-alpha
|
6 |
-
Stable tag: 1.3
|
7 |
|
8 |
Just another contact form plugin. Simple but flexible.
|
9 |
|
3 |
Tags: contact form, email, ajax
|
4 |
Requires at least: 2.2
|
5 |
Tested up to: 2.3-alpha
|
6 |
+
Stable tag: 1.3.1
|
7 |
|
8 |
Just another contact form plugin. Simple but flexible.
|
9 |
|
wp-contact-form-7.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form 7
|
|
4 |
Plugin URI: http://ideasilo.wordpress.com/2007/04/30/contact-form-7/
|
5 |
Description: Just another contact form plugin. Simple but flexible.
|
6 |
Author: Takayuki Miyoshi
|
7 |
-
Version: 1.3
|
8 |
Author URI: http://ideasilo.wordpress.com/
|
9 |
*/
|
10 |
|
@@ -466,7 +466,7 @@ function clearResponseOutput() {
|
|
466 |
|
467 |
function load_js() {
|
468 |
if (! is_admin())
|
469 |
-
wp_enqueue_script('jquery-form');
|
470 |
}
|
471 |
|
472 |
/* Processing form element placeholders */
|
4 |
Plugin URI: http://ideasilo.wordpress.com/2007/04/30/contact-form-7/
|
5 |
Description: Just another contact form plugin. Simple but flexible.
|
6 |
Author: Takayuki Miyoshi
|
7 |
+
Version: 1.3.1
|
8 |
Author URI: http://ideasilo.wordpress.com/
|
9 |
*/
|
10 |
|
466 |
|
467 |
function load_js() {
|
468 |
if (! is_admin())
|
469 |
+
wp_enqueue_script('jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3');
|
470 |
}
|
471 |
|
472 |
/* Processing form element placeholders */
|