Use bootstrap class
This commit is contained in:
parent
c2a06502b7
commit
7808d0c4fd
|
@ -75,7 +75,7 @@ if ( ! function_exists( 'understrap_entry_footer' ) ) {
|
||||||
sprintf(
|
sprintf(
|
||||||
/* translators: %s: Name of current post */
|
/* translators: %s: Name of current post */
|
||||||
esc_html__( 'Edit %s', 'understrap' ),
|
esc_html__( 'Edit %s', 'understrap' ),
|
||||||
the_title( '<span class="screen-reader-text">"', '"</span>', false )
|
the_title( '<span class="sr-only">"', '"</span>', false )
|
||||||
),
|
),
|
||||||
'<span class="edit-link">',
|
'<span class="edit-link">',
|
||||||
'</span>'
|
'</span>'
|
||||||
|
|
Reference in New Issue