File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4747
4848$ aria_label = trim ( get_bloginfo ( 'name ' ) . ' ' . get_bloginfo ( 'description ' ) );
4949if ( $ is_not_link ) {
50- $ start_tag = '<span class="brand" title="← ' . get_bloginfo ( ' name ' ) . ' " aria-label=" ' . esc_attr ( $ aria_label ) . '"> ' ;
50+ $ start_tag = '<span class="brand" aria-label=" ' . esc_attr ( $ aria_label ) . '"> ' ;
5151 $ end_tag = '</span> ' ;
5252} else {
53- $ start_tag = '<a class="brand" href=" ' . esc_url ( home_url ( '/ ' ) ) . '" title="← ' . get_bloginfo ( 'name ' ) . '"
54- aria-label=" ' . esc_attr ( $ aria_label ) . '" rel="home"> ' ;
53+ $ start_tag = '<a class="brand" href=" ' . esc_url ( home_url ( '/ ' ) ) . '" aria-label=" ' . esc_attr ( $ aria_label ) . '" rel="home"> ' ;
5554 $ end_tag = '</a> ' ;
5655}
5756
You can’t perform that action at this time.
0 commit comments