diff --git a/README.md b/README.md index cf44f9f..dbcc428 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Simply download the .zip archive et go to *wp-quick-install/index.php* Changelog ================ +1.3.1 +----------- + +* Fix error for PHP > 5.5: Strict standards: Only variables should be passed by reference in ../wp-quick-install/index.php on line 10 + 1.3 ----------- diff --git a/wp-quick-install/assets/js/script.js b/wp-quick-install/assets/js/script.js index e8a108e..5efb4c2 100644 --- a/wp-quick-install/assets/js/script.js +++ b/wp-quick-install/assets/js/script.js @@ -296,7 +296,7 @@ $(document).ready(function() { // Let's create the wp-config.php file function wp_config() { - $response.html("

File Creation For wp-config...

"); + $response.html("

File Creation for wp-config...

"); $('.progress-bar').animate({width: "33%"}); $.post(window.location.href + '?action=wp_config', $('form').serialize(), function(data) { install_wp(); diff --git a/wp-quick-install/index.php b/wp-quick-install/index.php index c3495a5..92b2fcb 100755 --- a/wp-quick-install/index.php +++ b/wp-quick-install/index.php @@ -1,13 +1,13 @@

' . _('Warning') . ': Don\'t forget to delete WP Quick Install folder.

'; + // Link to the admin echo ''. _ ('Log In') .''; echo ''. _ ('Go to website').''; @@ -630,7 +632,7 @@ translations; - + foreach ( $languages as $language ) { echo ''; } @@ -731,7 +733,7 @@

-

number of tags are available, and here are some examples to get you started.'), 'http://codex.wordpress.org/Using_Permalinks'); ?>

+

number of tags are available.'), 'http://codex.wordpress.org/Using_Permalinks'); ?>