Last active
December 19, 2015 18:09
-
-
Save DrewAPicture/5996643 to your computer and use it in GitHub Desktop.
Plugin Repo bookmarklet. Clicking this bookmarklet while on any WordPress.org-hosted plugin page or sub-page will jump you to the trunk directory of that plugin's SVN repository..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="javascript:(function(){var split=window.location.pathname.split('/');location.href='http://plugins.svn.wordpress.org/' + split[2] + '/trunk/'})();">Plugin Repo</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment