Changeset 13958 for trunk/wp-includes/class-IXR.php
- Timestamp:
- 04/03/2010 07:18:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-IXR.php
r12263 r13958 357 357 } 358 358 // Are we dealing with a function or a method? 359 if ( substr($method, 0, 5) == 'this:') {359 if ( is_string( $method ) && substr($method, 0, 5) == 'this:' ) { 360 360 // It's a class method - check it exists 361 361 $method = substr($method, 5);
Note: See TracChangeset
for help on using the changeset viewer.