- 87C65056B0E74709507A144F1D2E0A34FF20C816AF54AFA7AFE759BF4372B7162EDF49373AD69FE3E8CE8FEB7B4DAB773E01E738F933C77E9C3392F8D9C04548
+ C716B857BAF2ADD55DA3C192667F60B3FAF8CE565C4FA41BFB7F383D68F99AE1B33C6A9C7D1A8431B424E45A50AF57458F1866DBAA52FD28DACA67F15459A221
mp-wp/wp-includes/link-template.php
(1349 . 44)(1349 . 6)
24571 }
24572
24573 /**
24574 * Retrieve shortcut link.
24575 *
24576 * Use this in 'a' element 'href' attribute.
24577 *
24578 * @since 2.6.0
24579 *
24580 * @return string
24581 */
24582 function get_shortcut_link() {
24583 $link = "javascript:
24584 var d=document,
24585 w=window,
24586 e=w.getSelection,
24587 k=d.getSelection,
24588 x=d.selection,
24589 s=(e?e():(k)?k():(x?x.createRange().text:0)),
24590 f='" . admin_url('press-this.php') . "',
24591 l=d.location,
24592 e=encodeURIComponent,
24593 g=f+'?u='+e(l.href)+'&t='+e(d.title)+'&s='+e(s)+'&v=2';
24594 function a(){
24595 if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=720,height=570')){
24596 l.href=g;
24597 }
24598 }";
24599 if (strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') !== false)
24600 $link .= 'setTimeout(a,0);';
24601 else
24602 $link .= 'a();';
24603
24604 $link .= "void(0);";
24605
24606 $link = str_replace(array("\r", "\n", "\t"), '', $link);
24607
24608 return apply_filters('shortcut_link', $link);
24609 }
24610
24611 /**
24612 * Retrieve the site url.
24613 *
24614 * Returns the 'site_url' option with the appropriate protocol, 'https' if