Add reminder to version the Press This bookmarklet link in case breaking changes are made in the future. fixes #20071.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a20d926436
commit
f4901860b6
|
@ -1792,7 +1792,7 @@ function paginate_comments_links($args = array()) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve shortcut link.
|
||||
* Retrieve the Press This bookmarklet link.
|
||||
*
|
||||
* Use this in 'a' element 'href' attribute.
|
||||
*
|
||||
|
@ -1801,6 +1801,7 @@ function paginate_comments_links($args = array()) {
|
|||
* @return string
|
||||
*/
|
||||
function get_shortcut_link() {
|
||||
// In case of breaking changes, version this. #WP20071
|
||||
$link = "javascript:
|
||||
var d=document,
|
||||
w=window,
|
||||
|
|
Loading…
Reference in New Issue