Ticket #832: options-wordpress.patch
| File options-wordpress.patch, 1.8 KB (added by da3rX, 4 years ago) |
|---|
-
options-wordpress.php
55 55 56 56 <form class="options" method="post" action="<?php bb_option('uri'); ?>bb-admin/options-wordpress.php"> 57 57 <fieldset> 58 <legend> Cookies</legend>58 <legend><?php _e('Cookies'); ?></legend> 59 59 <p><?php _e('Cookie sharing allows users to log in to either your bbPress or your WordPress site, and have access to both.'); ?></p> 60 60 <label for="wp_siteurl"> 61 61 <?php _e('WordPress address (URL):'); ?> … … 121 121 </div> 122 122 </fieldset> 123 123 <fieldset> 124 <legend> User database</legend>124 <legend><?php _e('User database'); ?></legend> 125 125 <p><?php _e('User database sharing allows you to store user data in your WordPress database.'); ?></p> 126 126 <label for="wp_table_prefix"> 127 127 <?php _e('User database table prefix:'); ?> … … 160 160 </div> 161 161 </fieldset> 162 162 <fieldset id="advanced1" style="display:<?php echo $advanced_display; ?>"> 163 <legend> Separate user database settings</legend>163 <legend><?php _e('Separate user database settings'); ?></legend> 164 164 <div class="spacer"> 165 165 <p><?php _e('Most of the time these settings are <em>not</em> required. Look before you leap!'); ?></p> 166 166 <p><?php _e('All settings except for the character set must be specified.'); ?></p> … … 202 202 </div> 203 203 </fieldset> 204 204 <fieldset id="advanced2" style="display:<?php echo $advanced_display; ?>"> 205 <legend> Custom user tables</legend>205 <legend><?php _e('Custom user tables'); ?></legend> 206 206 <div class="spacer"> 207 207 <p><?php _e('Only set these values if your user tables do not fit the usual mould of <strong>"wordpressprefix+user"</strong> and <strong>"wordpressprefix+usermeta"</strong>.'); ?></p> 208 208 </div>