Okay
  Public Ticket #588853
Typo in Blog Meta php file
Closed

Comments

  • Hagen started the conversation

    Hi there,

    typo in the template-blog-meta-.php file for Schon.

    Line 68:

    <a href="<?php echo esc_url( get_comments_link() ); ?>"><?php comments_number( esc_html__( '0 Comment', 'uxbarn' ), esc_html__( '1 Comment', 'uxbarn' ), esc_html__( '% Comments', 'uxbarn' ) ); ?></a>

    Should be (note '0 Comment' is now '0 Comments')

    <a href="<?php echo esc_url( get_comments_link() ); ?>"><?php comments_number( esc_html__( '0 Comments', 'uxbarn' ), esc_html__( '1 Comment', 'uxbarn' ), esc_html__( '% Comments', 'uxbarn' ) ); ?></a>

  •  291
    Paul replied

    Hi there!

    Thanks for letting me know about this. I will update it in the next version. ;)

    Regards,
    Paul