We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba4c2e commit 35c2b2eCopy full SHA for 35c2b2e
init.php
@@ -286,7 +286,7 @@ protected function display_attached( $attached ) {
286
public function list_item( $object, $li_class, $icon_class = 'dashicons-plus' ) {
287
// Build our list item
288
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>',
+ '<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>',
290
$this->get_id( $object ),
291
$li_class,
292
$this->get_thumb( $object ),
0 commit comments