Changeset 2139
- Timestamp:
- 01/24/05 09:53:23 (4 years ago)
- Files:
-
- trunk/wp-includes/class-IXR.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/class-IXR.php
r2103 r2139 226 226 break; 227 227 case 'base64': 228 $value = base64_decode( $this->_currentTagContents);228 $value = base64_decode( trim($this->_currentTagContents) ); 229 229 $this->_currentTagContents = ''; 230 230 $valueFlag = true;
