From 35c2b2e49f99dfce299ad78d3c3e5b508de3ecbf Mon Sep 17 00:00:00 2001 From: Josh Pollock Date: Mon, 20 Feb 2017 13:35:30 -0500 Subject: [PATCH] Open links in new window #36 --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 273e4fa..df6dbab 100644 --- a/init.php +++ b/init.php @@ -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( - '
  • %3$s%5$s%6$s
  • ', + '
  • %3$s%5$s%6$s
  • ', $this->get_id( $object ), $li_class, $this->get_thumb( $object ),