Changeset 4034 for branches/plugin/bbp-admin/bbp-forums.php
- Timestamp:
- 06/29/2012 12:24:15 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-forums.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-forums.php
r3966 r4034 126 126 'title' => __( 'Screen Content', 'bbpress' ), 127 127 'content' => 128 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:' ) . '</p>' .128 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:', 'bbpress' ) . '</p>' . 129 129 '<ul>' . 130 130 '<li>' . __( 'You can hide/display columns based on your needs and decide how many replies to list per screen using the Screen Options tab.', 'bbpress' ) . '</li>' . … … 161 161 // Help Sidebar 162 162 $current_screen->set_help_sidebar( 163 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .163 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 164 164 '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 165 165 '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' … … 538 538 539 539 // Updated 540 1 => sprintf( __( 'Forum updated. <a href="%s">View forum</a>' ), $forum_url ),540 1 => sprintf( __( 'Forum updated. <a href="%s">View forum</a>', 'bbpress' ), $forum_url ), 541 541 542 542 // Custom field updated … … 567 567 9 => sprintf( __( 'Forum scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview forum</a>', 'bbpress' ), 568 568 // translators: Publish box date format, see http://php.net/date 569 date_i18n( __( 'M j, Y @ G:i' ),569 date_i18n( __( 'M j, Y @ G:i', 'bbpress' ), 570 570 strtotime( $post_date ) ), 571 571 $forum_url ),
Note: See TracChangeset
for help on using the changeset viewer.