Changes between Initial Version and Version 1 of Ticket #18753, comment 6
- Timestamp:
- 10/22/2012 04:41:15 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18753, comment 6
initial v1 6 6 function wp_data ($k = null, $v = null) { 7 7 8 static $hash; 8 static $hash; // php.net/manual/en/language.variables.scope.php 9 9 isset($hash) or $hash = array(); // only initiates once 10 10