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:
nacin 2012-02-18 18:46:15 +00:00
parent a20d926436
commit f4901860b6
1 changed files with 2 additions and 1 deletions

View File

@ -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. * Use this in 'a' element 'href' attribute.
* *
@ -1801,6 +1801,7 @@ function paginate_comments_links($args = array()) {
* @return string * @return string
*/ */
function get_shortcut_link() { function get_shortcut_link() {
// In case of breaking changes, version this. #WP20071
$link = "javascript: $link = "javascript:
var d=document, var d=document,
w=window, w=window,