Use bootstrap class

This commit is contained in:
IanDelMar 2019-07-22 04:47:29 +02:00 committed by GitHub
parent c2a06502b7
commit 7808d0c4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ if ( ! function_exists( 'understrap_entry_footer' ) ) {
sprintf(
/* translators: %s: Name of current post */
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>'