We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a990e1 + 1bf457a commit 34d710dCopy full SHA for 34d710d
class-linklist.php
@@ -201,7 +201,7 @@ public function get_list_items( array $list ) : array {
201
$items[] = [
202
'href' => $item['link']['url'],
203
'target' => $item['link']['target'],
204
- 'title' => empty( $item['link']['title'] ) ? $item['link']['url'] : $item['link']['title'],
+ 'title' => hogan_get_link_title( $item['link'] ),
205
];
206
}
207
break;
composer.json
@@ -7,7 +7,7 @@
7
"require": {
8
"php": ">=7.0",
9
"composer/installers": "~1.2",
10
- "dekodeinteraktiv/hogan-core": "^1.0"
+ "dekodeinteraktiv/hogan-core": "^1.1.3"
11
},
12
"archive": {
13
"exclude": [
0 commit comments