cybernet0
Forum Replies Created
-
It’s not possible from the interface, because it’s an SVN operation.
Just ask ww.wp.xz.cn support to remove the following SVN tags and they’ll know EXACTLY what to do:
Please remove the following SVN tags from http://plugins.svn.ww.wp.xz.cn/contact-form-plugin/tags/:
2011.05.26
2011.05.27
2011.05.28
2011.1.03
2011.2.01
2011.2.02
2011.2.03
2011.2.04
2011.2.05
2011.2.06
2011.2.07
2011.2.08
2011.3.01Thanks and have a nice day.
Forum: Plugins
In reply to: [PilotPress] BreakingSame problem as CharlyLeetham … 6 months later, still not fixed.
Here is a simple patch for the latest version (1.6.0f):
Note: redirecting to site_url makes NO sense, except for building links to “internal” WP functionality, such as to wp-login.php, wp-activate.php, wp-cron.php, wp-signup.php, etc.
There’s ABSOLUTELY no reason to redirect to a bare site_url(). On most setups, home_url() and site_url() are the same, so mixing them up creates headaches for anyone without the same for both.
No one wants to be redirected to example.com/wordpress (which usually results in WP errors) instead of example.com…
That’s why the “use site_url()” setting makes no sense at all.
P.S. Please use a PHP beautifier/formatter on the code – it makes collaboration almost impossible without frustration.
P.S.2 Consider moving this plugin to GitHub – especially if you don’t have the time to maintain the plugin.