PressThis:
- Improve handling of the data, both from the bookmarklet and from server-side parsing. - Standardize on processing the data in PHP and remove duplicate code from JS. - Improve the bookmarklet code and remove pre-filtering of the data. Part props stephdau, see #31373. Built from https://develop.svn.wordpress.org/trunk@31609 git-svn-id: http://core.svn.wordpress.org/trunk@31590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2596,7 +2596,7 @@ function paginate_comments_links($args = array()) {
|
||||
function get_shortcut_link() {
|
||||
global $is_IE, $wp_version;
|
||||
|
||||
$bookmarklet_version = '5';
|
||||
$bookmarklet_version = '6';
|
||||
$link = '';
|
||||
|
||||
if ( $is_IE ) {
|
||||
|
||||
Reference in New Issue
Block a user