mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user