Skip to content

Commit

Permalink
UPD: network home as link
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Sep 1, 2017
1 parent de1258e commit 8c24c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/entities/class-wapu-core-custom-breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down
4 changes: 2 additions & 2 deletions wapu-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -63,7 +63,7 @@ class Wapu_Core {
*
* @var string
*/
private $version = '1.1.4';
private $version = '1.1.5';

/**
* Core page trigger
Expand Down

0 comments on commit 8c24c4c

Please sign in to comment.