minor fixes needed
-
Hello,
I’m using the plugin on WP 4.0 and is working flawlessly, the only thing I had to do to make it work was to edit the first part of the bookmarklet because of the changes on the url on WP.org.from this:
javascript:WPorgOCIStub=location.href.match(/http:\/\/wordpress.org\/extend\/plugins\/([a-z0-9-]+)/i);
to this:
javascript:WPorgOCIStub=location.href.match(/https:\/\/wordpress.org\/plugins\/([a-z0-9-]+)/i);I’m not sure if other modifications are required but that worked for me.
Hope it helps someone
https://wordpress.org/plugins/wordpressorg-one-click-install/
The topic ‘minor fixes needed’ is closed to new replies.