Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/27/2016 04:23:57 PM (8 years ago)
Author:
boonebgorges
Message:

Deprecate bp_core_print_generation_time().

Props slaFFik.
Fixes #6976.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r10717 r10723  
    22652265
    22662266/**
    2267  * Print the generation time in the footer of the site.
    2268  *
    2269  * @since 1.0.0
    2270  */
    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     <?php
    2277 }
    2278 add_action( 'wp_footer', 'bp_core_print_generation_time' );
    2279 
    2280 /**
    22812267 * Remove "prev" and "next" relational links from <head> on BuddyPress pages.
    22822268 *
Note: See TracChangeset for help on using the changeset viewer.