Back up your database before you do anything. Yes,
@@ -869,9 +868,9 @@
Your XMLRPC server/path are as described here: if you login to b2 on
http://mydomain.com/me/b2login.php, then you have:
- - server: http://mydomain.com/me
+ - server: http://example.com/me
- path: /me/xmlrpc.php
- - complete URL (just in case): http://mydomain.com/me/xmlrpc.php
+ - complete URL (just in case): http://example.com/me/xmlrpc.php
There's also a b2-specific method: b2.getCategories. Request it with
3 strings: blog_ID (use '1'), username, password. The response is an array
@@ -973,12 +972,12 @@
Final notes:
- - WordPress is functionnal, but a lot of coding and code clean-up remain
+
- WordPress is functional, but a lot of coding and code clean-up remain
to be done.
- If you've got suggestions, ideas, or comments, or if you found a bug,
why not joining us in the Support
Forums?
- - If you can code in PHP, you'll see the structure of b2 is flexible
+
- If you can code in PHP, you'll see the structure of WordPress is flexible
enough to allow for more functions and sections to be added.
@@ -986,7 +985,8 @@
- Wherever third party code has been used, credit has been given in
the code's comments.
- - WordPress is released under the GPL (see license.txt).
+ - WordPress is released under the GPL
+ (see license.txt).
diff --git a/wp-admin/b2edit.showposts.php b/wp-admin/b2edit.showposts.php
index 859fc0add8..e80e5d6b49 100644
--- a/wp-admin/b2edit.showposts.php
+++ b/wp-admin/b2edit.showposts.php
@@ -1,7 +1,7 @@