Changeset 4743
- Timestamp:
- 01/20/2017 12:19:23 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php
r4721 r4743 106 106 __( 'Edit Review', 'wporg-forums' ) : 107 107 __( 'Add Review', 'wporg-forums' ); 108 } else {108 } elseif ( bbp_is_single_forum() && bbp_current_user_can_access_create_topic_form() ) { 109 109 $create_label = __( 'Create Topic', 'wporg-forums' ); 110 110 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-theme-directory-compat.php
r4721 r4743 104 104 __( 'Edit Review', 'wporg-forums' ) : 105 105 __( 'Add Review', 'wporg-forums' ); 106 } elseif ( bbp_ current_user_can_access_create_topic_form() ) {106 } elseif ( bbp_is_single_forum() && bbp_current_user_can_access_create_topic_form() ) { 107 107 $create_label = __( 'Create Topic', 'wporg-forums' ); 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.