Skip to:
Content

BuddyPress.org

Ticket #4098: deprecated-theme-info.patch

File deprecated-theme-info.patch, 495 bytes (added by chrisclayton, 12 years ago)

The deprecated theme info message was getting on my nerves :)

  • bp-core-functions.php

     
    238238         * Are you using a BP-compatible theme?
    239239         */
    240240
    241         // Get current theme info
    242         $ct = current_theme_info();
     241        // Get current theme info via wp_get_theme()
     242        $ct = wp_get_theme();
    243243
    244244        // The best way to remove this notice is to add a "buddypress" tag to
    245245        // your active theme's CSS header.