Press This:
- Fix the links on inserted images to point to the source site. - Fix inserting of images above the blockquote when the editor has not been focused. Fixes #31745. Built from https://develop.svn.wordpress.org/trunk@31868 git-svn-id: http://core.svn.wordpress.org/trunk@31847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1080,6 +1080,7 @@ class WP_Press_This {
|
||||
|
||||
$site_data = array(
|
||||
'v' => ! empty( $data['v'] ) ? $data['v'] : '',
|
||||
'u' => ! empty( $data['u'] ) ? $data['u'] : '',
|
||||
'hasData' => ! empty( $data ),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user