Skip to content

Commit

Permalink
commit 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Buttigieg committed Jan 9, 2015
1 parent 5410133 commit 420beae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-quick-install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Jonathan Buttigieg
Contributors: Julio Potier
Script URI: http://wp-quick-install.com
Version: 1.4
Version: 1.4.1
Licence: GPLv3
Last Update: 08 jan 15
*/
Expand Down Expand Up @@ -215,7 +215,7 @@

if ( ! empty( $_POST['wpcom_api_key'] ) ) {
$line .= "\r\n\n " . "/** WordPress.com API Key */" . "\r\n";
$line .= "define('WPCOM_API_KEY', " . $_POST['wpcom_api_key'] . ");";
$line .= "define('WPCOM_API_KEY', '" . $_POST['wpcom_api_key'] . "');";
}

$line .= "\r\n\n " . "/** On augmente la mémoire limite */" . "\r\n";
Expand Down

0 comments on commit 420beae

Please # to comment.