Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2011 08:50:26 PM (15 years ago)
Author:
djpaul
Message:

Swap some more function_exists calls to bp_is_active. See #2718

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r4032 r4041  
    689689            </div>
    690690
    691             <?php if ( function_exists( 'wp_nonce_field' ) ) wp_nonce_field( 'xprofile_delete_option' ); ?>
     691            <?php wp_nonce_field( 'xprofile_delete_option' ); ?>
    692692
    693693        </form>
Note: See TracChangeset for help on using the changeset viewer.