Changeset 2775
- Timestamp:
- 01/07/2011 11:15:57 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
r2774 r2775 1816 1816 1817 1817 // Load the required user editing functions 1818 if ( version_compare( $wp_version, '3.1', '< ' ) )1818 if ( version_compare( $wp_version, '3.1', '<=' ) ) 1819 1819 include_once( ABSPATH . 'wp-includes/registration.php' ); 1820 else 1821 require_once( ABSPATH . 'wp-admin/includes/user.php' );1820 1821 require_once( ABSPATH . 'wp-admin/includes/user.php' ); 1822 1822 1823 1823 } else {
Note: See TracChangeset
for help on using the changeset viewer.