Changeset 1567 for trunk/bp-core/bp-core-admin.php
- Timestamp:
- 06/23/2009 01:01:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r1518 r1567 257 257 </tr> 258 258 <?php endif; ?> 259 <?php if ( file_exists( BP_PLUGIN_DIR . '/bp-statusupdates.php') ) : ?> 260 <tr> 261 <td><h3><?php _e( 'Status Updates', 'buddypress' ) ?></h3><p><?php _e( 'Allow users to post status updates.', 'buddypress' ) ?></p></td> 262 <td width="45%"> 263 <input type="radio" name="bp_components[bp-statusupdates.php]" value="1"<?php if ( !isset( $disabled_components['bp-statusupdates.php'] ) ) : ?> checked="checked" <?php endif; ?>/> <?php _e( 'Enabled', 'buddypress' ) ?> 264 <input type="radio" name="bp_components[bp-statusupdates.php]" value="0"<?php if ( isset( $disabled_components['bp-statusupdates.php'] ) ) : ?> checked="checked" <?php endif; ?>/> <?php _e( 'Disabled', 'buddypress' ) ?> 265 </td> 266 </tr> 267 <?php endif; ?> 259 268 </tbody> 260 269 </table>
Note: See TracChangeset
for help on using the changeset viewer.