Skip to content

Commit

Permalink
Merge pull request #37 from Shelob9/patch-1
Browse files Browse the repository at this point in the history
Open links in new window
  • Loading branch information
jtsternberg authored Feb 20, 2017
2 parents 0ba4c2e + 35c2b2e commit b7e91ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ protected function display_attached( $attached ) {
public function list_item( $object, $li_class, $icon_class = 'dashicons-plus' ) {
// Build our list item
printf(
'<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>',
'<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>',
$this->get_id( $object ),
$li_class,
$this->get_thumb( $object ),
Expand Down

0 comments on commit b7e91ee

Please sign in to comment.