Changeset 10723 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 04/27/2016 04:23:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10717 r10723 2265 2265 2266 2266 /** 2267 * Print the generation time in the footer of the site.2268 *2269 * @since 1.0.02270 */2271 function bp_core_print_generation_time() {2272 ?>2273 2274 <!-- Generated in <?php timer_stop(1); ?> seconds. (<?php echo get_num_queries(); ?> q) -->2275 2276 <?php2277 }2278 add_action( 'wp_footer', 'bp_core_print_generation_time' );2279 2280 /**2281 2267 * Remove "prev" and "next" relational links from <head> on BuddyPress pages. 2282 2268 *
Note: See TracChangeset
for help on using the changeset viewer.