Ticket #4098: deprecated-theme-info.patch
File deprecated-theme-info.patch, 495 bytes (added by , 12 years ago) |
---|
-
bp-core-functions.php
238 238 * Are you using a BP-compatible theme? 239 239 */ 240 240 241 // Get current theme info 242 $ct = current_theme_info();241 // Get current theme info via wp_get_theme() 242 $ct = wp_get_theme(); 243 243 244 244 // The best way to remove this notice is to add a "buddypress" tag to 245 245 // your active theme's CSS header.