Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ public function data_get_image() {
),

// Happy paths with HTML tags in the content.
'with other og meta' => array(
'with other og meta and HTML content' => array(
'<meta property="og:image:height" content="720" />
<meta property="og:image:alt" content="<em>ignore this please</em>" />
<meta property="og:image" content="https://wordpress.org/images/myimage.jpg" />
Expand Down
Loading