File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
}
5
5
?>
6
6
7
- <nav class="breadcrumb" role="navigation" aria-label="<?php echo esc_attr ( 'Breadcrumb ' , 'beapi-frontend-framework ' ); ?> ">
7
+ <nav class="breadcrumb" role="navigation" aria-label="<?php esc_attr_e ( 'Breadcrumb ' , 'beapi-frontend-framework ' ); ?> ">
8
8
<div class="container">
9
9
<?php yoast_breadcrumb ( '<div class="breadcrumb__inner"> ' , '</div> ' ); ?>
10
10
</div>
Original file line number Diff line number Diff line change 3
3
4
4
use function BEA \Theme \Framework \Helpers \Formatting \Escape \escape_content_value ;
5
5
/**
6
- * @usage Fncuma \Theme\FncumaUas \Helpers\Formatting\Term\get_terms_name( $terms );
6
+ * @usage BEA \Theme\Framework \Helpers\Formatting\Term\get_terms_name( $terms );
7
7
*
8
8
* @param \WP_Term[] $terms list of terms
9
9
*
@@ -31,7 +31,7 @@ function get_terms_name( array $terms ): array {
31
31
*
32
32
* @return string
33
33
*/
34
- function get_terms_list ( array $ terms , array $ settings = [] ): string {
34
+ function get_terms_list ( array $ terms , array $ settings = [] ): string {
35
35
$ attributes = apply_filters ( 'bea_theme_framework_term_list_attributes ' , $ terms , $ settings );
36
36
$ terms = get_terms_name ( $ terms );
37
37
You can’t perform that action at this time.
0 commit comments