Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/23/2019 10:28:35 PM (5 years ago)
Author:
johnjamesjacoby
Message:

Locale: fix an encoding typo.

This commit fixes a hard-to-see character encoding bug causing a right-quote to be incomplete in an admin-area Help Tab.

Props casiepa. Fixes #3291. For 2.7, trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/forums.php

    r6821 r6989  
    125125                '<ul>' .
    126126                    '<li>' . __( '<strong>Edit</strong> takes you to the editing screen for that forum. You can also reach that screen by clicking on the forum title.',                                                          'bbpress' ) . '</li>' .
    127                     '<li>' . __( '<strong>Close</strong> will mark the selected forum as &#8217;closed&#8217 and disable the ability to post new topics and replies in it.',                                                      'bbpress' ) . '</li>' .
     127                    '<li>' . __( '<strong>Close</strong> will mark the selected forum as &#8217;closed&#8217; and disable the ability to post new topics and replies in it.',                                                      'bbpress' ) . '</li>' .
    128128                    '<li>' . __( '<strong>Trash</strong> removes your forum from this list and places it in the trash, from which you can permanently delete it.',                                                                'bbpress' ) . '</li>' .
    129129                    '<li>' . __( '<strong>View</strong> will either show you what your draft forum will look like if you publish it, or take you to your live site to view it. Which link depends on your forum&#8217;s status.', 'bbpress' ) . '</li>' .
Note: See TracChangeset for help on using the changeset viewer.