- Timestamp:
- Mar 6, 2009, 5:16:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/pluggable-override.php
r87 r96 56 56 endif; 57 57 58 if ( !function_exists('xpress_login') ) : 58 59 function xpress_login(){ 59 60 global $current_user; … … 81 82 return 0; 82 83 } 84 endif; 83 85 86 if ( !function_exists('check_xpress_auth_cookie') ) : 84 87 function check_xpress_auth_cookie() { // for wp2.5 85 88 if ( empty($_COOKIE[AUTH_COOKIE]) ){ … … 112 115 return false; 113 116 } 117 endif; 114 118 115 119 if ( !function_exists('wp_check_password') ) :
Note: See TracChangeset
for help on using the changeset viewer.