Skip to content

Commit

Permalink
Open links in new window CMB2#36
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelob9 authored Feb 20, 2017
1 parent 0ba4c2e commit 35c2b2e
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 35c2b2e

Please sign in to comment.