diff --git a/includes/entities/class-wapu-core-custom-breadcrumbs.php b/includes/entities/class-wapu-core-custom-breadcrumbs.php index 8dc76f1..9f6ec79 100644 --- a/includes/entities/class-wapu-core-custom-breadcrumbs.php +++ b/includes/entities/class-wapu-core-custom-breadcrumbs.php @@ -48,7 +48,7 @@ public function modify_breadcrumbs( $items, $args, $instance ) { $url = esc_url( network_home_url() ); $label = esc_html__( 'Home', 'wapu-core' ); - $instance->_add_item( 'target_format', $label, $url, '', true ); + $instance->_add_item( 'link_format', $label, $url, '', true ); return $this->maybe_fix_duplicate_links( $instance->items ); } diff --git a/wapu-core.php b/wapu-core.php index 7f66fb0..09a14ba 100644 --- a/wapu-core.php +++ b/wapu-core.php @@ -3,7 +3,7 @@ * Plugin Name: Wapuu Core * Plugin URI: http://www.cherryframework.com/plugins/ * Description: Core for jetimpex.com. - * Version: 1.1.4 + * Version: 1.1.5 * Author: JetImpex * Author URI: http://cherryframework.com/ * Text Domain: wapu-core @@ -63,7 +63,7 @@ class Wapu_Core { * * @var string */ - private $version = '1.1.4'; + private $version = '1.1.5'; /** * Core page trigger