Changeset 940
- Timestamp:
- 01/28/2009 03:00:17 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r938 r940 1261 1261 global $bp; 1262 1262 1263 echo '1264 1265 <!--1266 ';1267 echo ' BuddyPress:1268 -------------1269 ';1270 1263 foreach ( $bp['version_numbers'] as $name => $version ) { 1271 echo ' ' . ucwords($name) . ': ' . $version . ' 1272 '; 1273 } 1274 echo '--> 1275 1276 '; 1277 } 1278 add_action( 'wp_footer', 'bp_core_print_version_numbers', 9 ); 1264 echo ucwords($name) . ': <b>' . $version . '</b> / '; 1265 } 1266 } 1279 1267 1280 1268 function bp_core_print_generation_time() { -
trunk/bp-core/bp-core-admin.php
r805 r940 106 106 <input type="submit" name="bp-admin-submit" id="bp-admin-submit" value="<?php _e( 'Save Settings', 'buddypress' ) ?>"/> 107 107 </p> 108 109 <h4><?php _e( 'BuddyPress Version Numbers', 'buddypress' ) ?></h4> 110 111 <?php bp_core_print_version_numbers() ?> 108 112 109 113 <?php wp_nonce_field( 'bp-admin') ?>
Note: See TracChangeset
for help on using the changeset viewer.