#46838 closed enhancement (invalid)
Better html and sprintf
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.2 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
twentynineteen/template-parts/content/content.php line:23
the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
I hope the code below will be a better html.
the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark"></a></h2>', esc_url( get_permalink() ) ) );
Change History (3)
Note: See
TracTickets for help on using
tickets.
Sorry for invalid ticket.