Changeset 4034
- Timestamp:
- 06/29/2012 12:24:15 AM (12 years ago)
- Location:
- branches/plugin
- Files:
-
- 7 edited
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 ), -
branches/plugin/bbp-admin/bbp-replies.php
r3966 r4034 138 138 'title' => __( 'Screen Content', 'bbpress' ), 139 139 'content' => 140 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:' ) . '</p>' .140 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:', 'bbpress' ) . '</p>' . 141 141 '<ul>' . 142 142 '<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>' . … … 173 173 // Help Sidebar 174 174 $current_screen->set_help_sidebar( 175 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .175 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 176 176 '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 177 177 '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' … … 917 917 918 918 // Updated 919 1 => sprintf( __( 'Reply updated. <a href="%s">View topic</a>' ), $topic_url ),919 1 => sprintf( __( 'Reply updated. <a href="%s">View topic</a>', 'bbpress' ), $topic_url ), 920 920 921 921 // Custom field updated … … 946 946 9 => sprintf( __( 'Reply scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview topic</a>', 'bbpress' ), 947 947 // translators: Publish box date format, see http://php.net/date 948 date_i18n( __( 'M j, Y @ G:i' ),948 date_i18n( __( 'M j, Y @ G:i', 'bbpress' ), 949 949 strtotime( $post_date ) ), 950 950 $topic_url ), -
branches/plugin/bbp-admin/bbp-settings.php
r4020 r4034 1348 1348 1349 1349 // Core Post Types 1350 'post_base' => array( 'name' => __( 'Posts' 1351 'page_base' => array( 'name' => __( 'Pages' 1352 'revision_base' => array( 'name' => __( 'Revisions' 1353 'attachment_base' => array( 'name' => __( 'Attachments' 1354 'nav_menu_base' => array( 'name' => __( 'Menus' 1350 'post_base' => array( 'name' => __( 'Posts', 'bbpress' ), 'default' => 'post', 'context' => 'WordPress' ), 1351 'page_base' => array( 'name' => __( 'Pages', 'bbpress' ), 'default' => 'page', 'context' => 'WordPress' ), 1352 'revision_base' => array( 'name' => __( 'Revisions', 'bbpress' ), 'default' => 'revision', 'context' => 'WordPress' ), 1353 'attachment_base' => array( 'name' => __( 'Attachments', 'bbpress' ), 'default' => 'attachment', 'context' => 'WordPress' ), 1354 'nav_menu_base' => array( 'name' => __( 'Menus', 'bbpress' ), 'default' => 'nav_menu_item', 'context' => 'WordPress' ), 1355 1355 1356 1356 // Post Tags 1357 'tag_base' => array( 'name' => __( 'Tag base' 1357 'tag_base' => array( 'name' => __( 'Tag base', 'bbpress' ), 'default' => 'tag', 'context' => 'WordPress' ), 1358 1358 1359 1359 // Post Categories 1360 'category_base' => array( 'name' => __( 'Category base' ), 'default' => 'category', 'context' => 'WordPress' ),1360 'category_base' => array( 'name' => __( 'Category base', 'bbpress' ), 'default' => 'category', 'context' => 'WordPress' ), 1361 1361 1362 1362 /** bbPress Core ******************************************************/ -
branches/plugin/bbp-admin/bbp-topics.php
r3966 r4034 138 138 'title' => __( 'Screen Content', 'bbpress' ), 139 139 'content' => 140 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:' ) . '</p>' .140 '<p>' . __( 'You can customize the display of this screen’s contents in a number of ways:', 'bbpress' ) . '</p>' . 141 141 '<ul>' . 142 142 '<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>' . … … 173 173 // Help Sidebar 174 174 $current_screen->set_help_sidebar( 175 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .175 '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' . 176 176 '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' . 177 177 '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>' … … 988 988 989 989 // Updated 990 1 => sprintf( __( 'Topic updated. <a href="%s">View topic</a>' ), $topic_url ),990 1 => sprintf( __( 'Topic updated. <a href="%s">View topic</a>', 'bbpress' ), $topic_url ), 991 991 992 992 // Custom field updated … … 1017 1017 9 => sprintf( __( 'Topic scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview topic</a>', 'bbpress' ), 1018 1018 // translators: Publish box date format, see http://php.net/date 1019 date_i18n( __( 'M j, Y @ G:i' ),1019 date_i18n( __( 'M j, Y @ G:i', 'bbpress' ), 1020 1020 strtotime( $post_date ) ), 1021 1021 $topic_url ), -
branches/plugin/bbp-includes/bbp-common-functions.php
r4033 r4034 1656 1656 1657 1657 if ( ! isset( $wp_query ) ) { 1658 _doing_it_wrong( __FUNCTION__, __( 'Conditional query tags do not work before the query is run. Before then, they always return false.' ), '3.1' );1658 _doing_it_wrong( __FUNCTION__, __( 'Conditional query tags do not work before the query is run. Before then, they always return false.', 'bbpress' ), '3.1' ); 1659 1659 return false; 1660 1660 } -
branches/plugin/bbp-theme-compat/bbpress/form-user-edit.php
r3918 r4034 89 89 </fieldset> 90 90 91 <h2 class="entry-title"><?php _e( 'Account' ) ?></h2>91 <h2 class="entry-title"><?php _e( 'Account', 'bbpress' ) ?></h2> 92 92 93 93 <fieldset class="bbp-form"> 94 <legend><?php _e( 'Account' ) ?></legend>94 <legend><?php _e( 'Account', 'bbpress' ) ?></legend> 95 95 96 96 <?php do_action( 'bbp_user_edit_before_account' ); ?> -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-edit.php
r3918 r4034 89 89 </fieldset> 90 90 91 <h2 class="entry-title"><?php _e( 'Account' ) ?></h2>91 <h2 class="entry-title"><?php _e( 'Account', 'bbpress' ) ?></h2> 92 92 93 93 <fieldset class="bbp-form"> 94 <legend><?php _e( 'Account' ) ?></legend>94 <legend><?php _e( 'Account', 'bbpress' ) ?></legend> 95 95 96 96 <?php do_action( 'bbp_user_edit_before_account' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.