Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18753, comment 6


Ignore:
Timestamp:
10/22/2012 04:41:15 AM (12 years ago)
Author:
ryanve
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18753, comment 6

    initial v1  
    66function wp_data ($k = null, $v = null) {
    77
    8     static $hash;
     8    static $hash; // php.net/manual/en/language.variables.scope.php
    99    isset($hash) or $hash = array(); // only initiates once
    1010