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
Fixed wp-update-urls
koke (author)
Tue May 27 01:23:25 -0700 2008
commit  e7336e4da8659986ebf2713654bdff9ff229d087
tree    ec592e10c44e21072bce35b0f42f81c5b5ab5800
parent  797b5556a5789719ea9f49578a039249249d5076
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
 <?php
0
 
0
 
0
-if ($argc != 3) {
0
+if ($argc != 4) {
0
   printf("Usage: %s wp-dir old_host new_host\n", $argv[0]);
0
   die;
0
 }

Comments

    No one has commented yet.