Making WordPress.org

Changeset 7871


Ignore:
Timestamp:
11/18/2018 09:19:38 AM (6 years ago)
Author:
coffee2code
Message:

Breathe: Don't include tag in translatable string.

Fixes #3932.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/content-search.php

    r7870 r7871  
    3636            <?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : ?>
    3737                <span class="entry-tags">
    38                     <?php breathe_tags_with_count( '', __( '<br />Tags:' , 'wporg-breathe' ) .' ', ', ', ' &nbsp;' ); ?>&nbsp;
     38                    <?php breathe_tags_with_count( '', '<br />' . __( 'Tags:' , 'wporg-breathe' ) .' ', ', ', ' &nbsp;' ); ?>&nbsp;
    3939                </span>
    4040            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.