Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2012 09:36:57 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove pre-WordPress 3.4 compatibility checks from trunk.

File:
1 edited

Legend:

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

    r6084 r6089  
    240240
    241241    // Get current theme info
    242     // Backward-compatibility with WP < 3.4 will be removed in a future release
    243     if ( bp_get_major_wp_version() >= 3.4 ) {
    244         $ct = wp_get_theme();
    245     } else {
    246         $ct = current_theme_info();
    247     }
     242    $ct = current_theme_info();
    248243
    249244    // Make sure tags is an array to suppress notices
Note: See TracChangeset for help on using the changeset viewer.