Skip to content

Commit b7e91ee

Browse files
authored
Merge pull request #37 from Shelob9/patch-1
Open links in new window
2 parents 0ba4c2e + 35c2b2e commit b7e91ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ protected function display_attached( $attached ) {
286286
public function list_item( $object, $li_class, $icon_class = 'dashicons-plus' ) {
287287
// Build our list item
288288
printf(
289-
'<li data-id="%1$d" class="%2$s">%3$s<a title="' . __( 'Edit' ) . '" href="%4$s">%5$s</a>%6$s<span class="dashicons %7$s add-remove"></span></li>',
289+
'<li data-id="%1$d" class="%2$s" target="_blank">%3$s<a title="' . __( 'Edit' ) . '" href="%4$s">%5$s</a>%6$s<span class="dashicons %7$s add-remove"></span></li>',
290290
$this->get_id( $object ),
291291
$li_class,
292292
$this->get_thumb( $object ),

0 commit comments

Comments
 (0)