Making WordPress.org

Changeset 4763


Ignore:
Timestamp:
01/24/2017 08:22:10 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Make "View forum" links on home page translatable.

See #2151.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php

    r4248 r4763  
    33    <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><h3><?php bbp_forum_title(); ?></h3></a>
    44    <p><?php bbp_forum_content(); ?></p>
    5     <p><a href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>" class="viewmore">View forum</a></p>
     5    <p><a href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>" class="viewmore"><?php _e( 'View forum', 'wporg-forums' ); ?></a></p>
    66
    77</div><!-- #bbp-forum-<?php bbp_forum_id(); ?> -->
Note: See TracChangeset for help on using the changeset viewer.