Changeset 3024214
- Timestamp:
- 01/19/2024 07:03:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
masterbip-for-elementor/trunk/widgets/conjunto-de-links.php
r2707129 r3024214 Β 107 107 $target = $item['btn_url']['is_external'] ? ' target="_blank"' : ''; 108 108 $nofollow = $item['btn_url']['nofollow'] ? ' rel="nofollow"' : ''; 109 Β echo '<a class="button button-list-item button-list-item-' . $item['_id'] . '" href="'.$url.'"'.$target . $nofollow.'> ' . $item['btn_text'] . '</a>';Β 109 echo '<a class="button button-list-item button-list-item-' . $item['_id'] . '" href="'.$url.'"'.$target . $nofollow.'><span>' . $item['btn_text'] . '</span></a>'; 110 110 } 111 111 } β¦ β¦ Β 123 123 var nofollow = item.btn_url.nofollow ? ' rel="nofollow"' : ''; 124 124 #> 125 Β <a class="button button-list-item button-list-item-{{{ item._id }}}" href="{{{ url }}}" {{{ target }}} {{{ nofollow }}}> {{{ item.btn_text }}}</a>Β 125 <a class="button button-list-item button-list-item-{{{ item._id }}}" href="{{{ url }}}" {{{ target }}} {{{ nofollow }}}><span>{{{ item.btn_text }}}</span></a> 126 126 <# }); #> 127 127 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.