PressThis:

- Filter and select the content on the PHP side. Then pass only the needed data to JS.
- Add the suggested post title and contend directly to the HTML.
- Standardise the data type names.
- Some cleanup/reduction of the code in the bookmarklet.
See #31373.

git-svn-id: https://develop.svn.wordpress.org/trunk@31693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2015-03-09 21:48:38 +00:00
parent 7c60125e15
commit e0f843cd81
6 changed files with 334 additions and 363 deletions
+1 -1
View File
@@ -2600,7 +2600,7 @@ function paginate_comments_links($args = array()) {
function get_shortcut_link() {
global $is_IE, $wp_version;
$bookmarklet_version = '6';
$bookmarklet_version = '7';
$link = '';
if ( $is_IE ) {