Changeset 24251
- Timestamp:
- 05/14/2013 03:55:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r23999 r24251 786 786 } else if ( is_string($function[0]) ) { 787 787 // Static Calling 788 return $function[0] .$function[1];789 } 790 } 788 return $function[0] . '::' . $function[1]; 789 } 790 }
Note: See TracChangeset
for help on using the changeset viewer.