Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/07/2013 02:21:45 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Add missing textdomain's for admin component. Props daveshine. Fixes #2197.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/settings.php

    r4683 r4760  
    13531353    // Help Sidebar
    13541354    $current_screen->set_help_sidebar(
    1355         '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
     1355        '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
    13561356        '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>',    'bbpress' ) . '</p>' .
    13571357        '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
Note: See TracChangeset for help on using the changeset viewer.