Created
October 14, 2012 14:49
-
-
Save norcross/3888813 to your computer and use it in GitHub Desktop.
open WP admin bookmarklet
This file contains 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
// note this only works when on the base URL of the site | |
javascript:(function(){window.open(window.location+'/wp-login.php');})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Revised version that doesn't require you to be on the base url: https://gist.github.com/4594833