GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Small collection of scripts to manage wordpress
Homepage: http://people.warp.es/~koke/wordpress-scripts/
Clone URL: git://github.com/koke/wordpress-scripts.git
Add missing ;
koke (author)
Wed May 14 11:38:24 -0700 2008
commit  68405747e12269d68411fda82523b12250e96446
tree    8f7e335ae1849c9dd47dc9a718e7e46092f59fff
parent  c534d3da6913bb7d9efa9b83c5dcac308903ef23
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@ require $wp_path."/wp-config.php";
0
 if ($password == "") {
0
     $popt = "";
0
 } else {
0
- $popt = "-p%s"
0
+ $popt = "-p%s";
0
 }
0
 if (!preg_match('/^http:\/\/', $host_name)) {
0
     $host_name = "http://$host_name";

Comments

    No one has commented yet.