Brand as Press This. see #6813

git-svn-id: https://develop.svn.wordpress.org/trunk@7931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-14 16:59:07 +00:00
parent 5bbbce8a6d
commit b14c207c1d
3 changed files with 11 additions and 11 deletions

View File

@@ -750,7 +750,7 @@ function get_shortcut_link() {
var k=d.getSelection;
var x=d.selection;
var s=(e?e():(k)?k():(x?x.createRange().text:0));
var f='" . get_settings('siteurl') . '/wp-admin/quick-post.php' . "';
var f='" . get_settings('siteurl') . '/wp-admin/press-this.php' . "';
var l=d.location;
var e=encodeURIComponent;
var u= '?u=' + e(l.href);