Making WordPress.org

Changeset 4092


Ignore:
Timestamp:
09/18/2016 10:02:59 PM (7 years ago)
Author:
samuelsidler
Message:

Support Forum Theme: Tweak language of new topic tip.

Fixes #1554.
Props SergeyBiryukov.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php

    r4063 r4092  
    4747                            <li><?php
    4848                                /* translators: %s: URL to search */
    49                                 printf( __( '<strong><a href="%s">Search</a> the forums</strong> to see if your topic has been started already.', 'wporg-forums' ), esc_url( bbp_get_search_url() ) );
     49                                printf( __( '<strong><a href="%s">Search</a> the forums</strong> to see if your topic has been resolved already.', 'wporg-forums' ), esc_url( bbp_get_search_url() ) );
    5050                            ?></li>
    5151                            <li><?php _e( '<strong>Update to the latest versions</strong> of your plugins, themes, and WordPress.', 'wporg-forums' ); ?></li>
Note: See TracChangeset for help on using the changeset viewer.