Changeset 19949
- Timestamp:
- 02/18/2012 06:46:15 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r19870 r19949 1793 1793 1794 1794 /** 1795 * Retrieve shortcut link.1795 * Retrieve the Press This bookmarklet link. 1796 1796 * 1797 1797 * Use this in 'a' element 'href' attribute. … … 1802 1802 */ 1803 1803 function get_shortcut_link() { 1804 // In case of breaking changes, version this. #WP20071 1804 1805 $link = "javascript: 1805 1806 var d=document,
Note: See TracChangeset
for help on using the changeset viewer.