Making WordPress.org

Changeset 4762


Ignore:
Timestamp:
01/24/2017 07:42:42 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Tweak language of new topic tip.

Merges [4092] to the new theme.

See #1554.

File:
1 edited

Legend:

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

    r4749 r4762  
    5252                                <li><?php
    5353                                    /* translators: %s: URL to search */
    54                                     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() ) );
     54                                    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() ) );
    5555                                ?></li>
    5656                                <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.