Changeset 2776
- Timestamp:
- 01/07/2011 11:20:43 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-functions.php
r2775 r2776 1816 1816 1817 1817 // Load the required user editing functions 1818 if ( version_compare( $wp_version, '3.1', '<=' ) )1818 if ( !function_exists( '_wp_get_user_contactmethods' ) ) 1819 1819 include_once( ABSPATH . 'wp-includes/registration.php' ); 1820 1820 1821 require_once( ABSPATH . 'wp-admin/includes/user.php' ); 1821 if ( !function_exists( 'edit_user' ) ) 1822 require_once( ABSPATH . 'wp-admin/includes/user.php' ); 1822 1823 1823 1824 } else {
Note: See TracChangeset
for help on using the changeset viewer.