Changeset 14399
- Timestamp:
- 02/27/2025 03:41:41 AM (2 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/form-user-edit-account.php ¶
r12321 r14399 10 10 <div id="bbp-your-profile"> 11 11 <h2 class="entry-title"> 12 <?php esc_html_e( 'Account', ' bbpress' ); ?>12 <?php esc_html_e( 'Account', 'wporg-forums' ); ?> 13 13 </h2> 14 14 -
TabularUnified sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/form-user-edit.php ¶
r14021 r14399 13 13 <form id="bbp-your-profile" method="post" enctype="multipart/form-data"> 14 14 15 <h2 class="entry-title"><?php esc_html_e( 'Name', ' bbpress' ); ?></h2>15 <h2 class="entry-title"><?php esc_html_e( 'Name', 'wporg-forums' ); ?></h2> 16 16 17 17 <?php do_action( 'bbp_user_edit_before' ); ?> 18 18 19 19 <fieldset class="bbp-form"> 20 <legend><?php esc_html_e( 'Name', ' bbpress' ); ?></legend>20 <legend><?php esc_html_e( 'Name', 'wporg-forums' ); ?></legend> 21 21 22 22 <?php do_action( 'bbp_user_edit_before_name' ); ?> 23 23 24 24 <div> 25 <label for="first_name"><?php esc_html_e( 'First Name', ' bbpress' ); ?></label>25 <label for="first_name"><?php esc_html_e( 'First Name', 'wporg-forums' ); ?></label> 26 26 <input type="text" name="first_name" id="first_name" value="<?php bbp_displayed_user_field( 'first_name', 'edit' ); ?>" class="regular-text" /> 27 27 </div> 28 28 29 29 <div> 30 <label for="last_name"><?php esc_html_e( 'Last Name', ' bbpress' ); ?></label>30 <label for="last_name"><?php esc_html_e( 'Last Name', 'wporg-forums' ); ?></label> 31 31 <input type="text" name="last_name" id="last_name" value="<?php bbp_displayed_user_field( 'last_name', 'edit' ); ?>" class="regular-text" /> 32 32 </div> 33 33 34 34 <div> 35 <label for="nickname"><?php esc_html_e( 'Nickname', ' bbpress' ); ?></label>35 <label for="nickname"><?php esc_html_e( 'Nickname', 'wporg-forums' ); ?></label> 36 36 <input type="text" name="nickname" id="nickname" value="<?php bbp_displayed_user_field( 'nickname', 'edit' ); ?>" class="regular-text" /> 37 37 </div> 38 38 39 39 <div> 40 <label for="display_name"><?php esc_html_e( 'Display Name', ' bbpress' ); ?></label>40 <label for="display_name"><?php esc_html_e( 'Display Name', 'wporg-forums' ); ?></label> 41 41 42 42 <?php bbp_edit_user_display_name(); ?> … … 48 48 </fieldset> 49 49 50 <h2 class="entry-title"><?php esc_html_e( 'Contact Info', ' bbpress' ); ?></h2>50 <h2 class="entry-title"><?php esc_html_e( 'Contact Info', 'wporg-forums' ); ?></h2> 51 51 52 52 <fieldset class="bbp-form"> 53 <legend><?php esc_html_e( 'Contact Info', ' bbpress' ); ?></legend>53 <legend><?php esc_html_e( 'Contact Info', 'wporg-forums' ); ?></legend> 54 54 55 55 <?php do_action( 'bbp_user_edit_before_contact' ); ?> 56 56 57 57 <div> 58 <label for="url"><?php esc_html_e( 'Website', ' bbpress' ); ?></label>58 <label for="url"><?php esc_html_e( 'Website', 'wporg-forums' ); ?></label> 59 59 <input type="text" name="url" id="url" value="<?php bbp_displayed_user_field( 'user_url', 'edit' ); ?>" maxlength="200" class="regular-text code" /> 60 60 </div> … … 74 74 75 75 <h2 class="entry-title"><?php bbp_is_user_home_edit() 76 ? esc_html_e( 'About Yourself', ' bbpress' )77 : esc_html_e( 'About the user', ' bbpress' );76 ? esc_html_e( 'About Yourself', 'wporg-forums' ) 77 : esc_html_e( 'About the user', 'wporg-forums' ); 78 78 ?></h2> 79 79 80 80 <fieldset class="bbp-form"> 81 81 <legend><?php bbp_is_user_home_edit() 82 ? esc_html_e( 'About Yourself', ' bbpress' )83 : esc_html_e( 'About the user', ' bbpress' );82 ? esc_html_e( 'About Yourself', 'wporg-forums' ) 83 : esc_html_e( 'About the user', 'wporg-forums' ); 84 84 ?></legend> 85 85 … … 87 87 88 88 <div> 89 <label for="description"><?php esc_html_e( 'Biographical Info', ' bbpress' ); ?></label>89 <label for="description"><?php esc_html_e( 'Biographical Info', 'wporg-forums' ); ?></label> 90 90 <textarea name="description" id="description" rows="5" cols="30"><?php bbp_displayed_user_field( 'description', 'edit' ); ?></textarea> 91 91 </div> … … 95 95 </fieldset> 96 96 97 <h2 class="entry-title"><?php esc_html_e( 'Account', ' bbpress' ); ?></h2>97 <h2 class="entry-title"><?php esc_html_e( 'Account', 'wporg-forums' ); ?></h2> 98 98 99 99 <fieldset class="bbp-form"> 100 <legend><?php esc_html_e( 'Account', ' bbpress' ); ?></legend>100 <legend><?php esc_html_e( 'Account', 'wporg-forums' ); ?></legend> 101 101 102 102 <?php do_action( 'bbp_user_edit_before_account' ); ?> 103 103 104 104 <div> 105 <label for="user_login"><?php esc_html_e( 'Username', ' bbpress' ); ?></label>105 <label for="user_login"><?php esc_html_e( 'Username', 'wporg-forums' ); ?></label> 106 106 <input type="text" name="user_login" id="user_login" value="<?php bbp_displayed_user_field( 'user_login', 'edit' ); ?>" maxlength="100" disabled="disabled" class="regular-text" /> 107 107 </div> 108 108 109 109 <div> 110 <label for="email"><?php esc_html_e( 'Email', ' bbpress' ); ?></label>110 <label for="email"><?php esc_html_e( 'Email', 'wporg-forums' ); ?></label> 111 111 <?php bbp_displayed_user_field( 'user_email', 'edit' ); ?> 112 112 (<a href="<?php echo get_edit_account_url( bbp_get_displayed_user_id() ); ?>">edit</a>) … … 127 127 128 128 <div> 129 <label for="locale"><?php esc_html_e( 'Language', ' bbpress' ); ?></label>129 <label for="locale"><?php esc_html_e( 'Language', 'wporg-forums' ); ?></label> 130 130 131 131 <?php bbp_edit_user_language(); ?> … … 137 137 <?php if ( ! bbp_is_user_home_edit() && current_user_can( 'promote_user', bbp_get_displayed_user_id() ) ) : ?> 138 138 139 <h2 class="entry-title"><?php esc_html_e( 'User Role', ' bbpress' ); ?></h2>139 <h2 class="entry-title"><?php esc_html_e( 'User Role', 'wporg-forums' ); ?></h2> 140 140 141 141 <fieldset class="bbp-form"> 142 <legend><?php esc_html_e( 'User Role', ' bbpress' ); ?></legend>142 <legend><?php esc_html_e( 'User Role', 'wporg-forums' ); ?></legend> 143 143 144 144 <?php do_action( 'bbp_user_edit_before_role' ); ?> … … 147 147 148 148 <div> 149 <label for="super_admin"><?php esc_html_e( 'Network Role', ' bbpress' ); ?></label>149 <label for="super_admin"><?php esc_html_e( 'Network Role', 'wporg-forums' ); ?></label> 150 150 <label> 151 151 <input class="checkbox" type="checkbox" id="super_admin" name="super_admin"<?php checked( is_super_admin( bbp_get_displayed_user_id() ) ); ?> /> 152 <?php esc_html_e( 'Grant this user super admin privileges for the Network.', ' bbpress' ); ?>152 <?php esc_html_e( 'Grant this user super admin privileges for the Network.', 'wporg-forums' ); ?> 153 153 </label> 154 154 </div> … … 167 167 168 168 <fieldset class="submit"> 169 <legend><?php esc_html_e( 'Save Changes', ' bbpress' ); ?></legend>169 <legend><?php esc_html_e( 'Save Changes', 'wporg-forums' ); ?></legend> 170 170 <div> 171 171 <?php bbp_edit_user_form_fields(); ?> … … 178 178 179 179 <button type="submit" id="bbp_user_edit_submit" name="bbp_user_edit_submit" class="button submit user-submit"><?php bbp_is_user_home_edit() 180 ? esc_html_e( 'Update Profile', ' bbpress' )181 : esc_html_e( 'Update User', ' bbpress' );180 ? esc_html_e( 'Update Profile', 'wporg-forums' ) 181 : esc_html_e( 'Update User', 'wporg-forums' ); 182 182 ?></button> 183 183 </div> -
TabularUnified sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/form-user-roles.php ¶
r12747 r14399 10 10 if ( bbp_is_user_keymaster( get_current_user_id() ) ) { 11 11 ?><div> 12 <label for="role"><?php esc_html_e( 'Blog Role', ' bbpress' ); ?></label>12 <label for="role"><?php esc_html_e( 'Blog Role', 'wporg-forums' ); ?></label> 13 13 14 14 <?php bbp_edit_user_blog_role(); ?> … … 18 18 19 19 <div> 20 <label for="forum-role"><?php esc_html_e( 'Forum Role', ' bbpress' ); ?></label>20 <label for="forum-role"><?php esc_html_e( 'Forum Role', 'wporg-forums' ); ?></label> 21 21 22 22 <?php bbp_edit_user_forums_role(); ?> -
TabularUnified sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/loop-topics.php ¶
r13558 r14399 22 22 <li class="bbp-header"> 23 23 <ul class="forum-titles"> 24 <li class="bbp-topic-title"><?php esc_html_e( 'Topic', ' bbpress' ); ?></li>25 <li class="bbp-topic-voice-count"><?php esc_html_e( 'Participants', ' bbpress' ); ?></li>24 <li class="bbp-topic-title"><?php esc_html_e( 'Topic', 'wporg-forums' ); ?></li> 25 <li class="bbp-topic-voice-count"><?php esc_html_e( 'Participants', 'wporg-forums' ); ?></li> 26 26 <li class="bbp-topic-reply-count"><?php bbp_show_lead_topic() 27 ? esc_html_e( 'Replies', ' bbpress' )28 : esc_html_e( 'Posts', ' bbpress' );27 ? esc_html_e( 'Replies', 'wporg-forums' ) 28 : esc_html_e( 'Posts', 'wporg-forums' ); 29 29 ?></li> 30 <li class="bbp-topic-freshness"><?php esc_html_e( 'Last Post', ' bbpress' ); ?></li>30 <li class="bbp-topic-freshness"><?php esc_html_e( 'Last Post', 'wporg-forums' ); ?></li> 31 31 </ul> 32 32 </li>
Note: See TracChangeset
for help on using the changeset viewer.