Support » Theme: raindrops » "Bookmark the" message in fuctions.php

  • Resolved Luigi Rosa

    (@lrosa)


    function.php line 1036:

    $posted_in = '<span class="this-posted-in">' . esc_html__( 'This entry was posted in', 'Raindrops' ) . '</span> %1$s <span class="tagged">' . esc_html__( 'and tagged', 'Raindrops' ) . '</span> %2$s <span class="bookmark-the">' . esc_html__( 'Bookmark the', 'Raindrops' ) . '</span>';

    After ‘Bookmark the’ string there is the closing of <span class="bookmark-the"> and nothing else.

    Probably is missing someting or the string is left after removing something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi lrosa

    Thank you for pointing out the problems

    <span class="bookmark-the">' . esc_html__( 'Bookmark the', 'Raindrops' ) . '</span>

    It will be removed Raindrops version 1.159

    Theme Author nobita

    (@nobita)

    Today Raindrops 1.162 is live

    remove “Bookmark the”

    Change to resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Bookmark the" message in fuctions.php’ is closed to new replies.