Make WordPress Core


Ignore:
Timestamp:
05/19/2014 06:24:06 AM (12 years ago)
Author:
wonderboymusic
Message:

Fix fatal error in unit test.

See #27881.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/cache.php

    r28502 r28520  
    269269         * @since 2.0.0
    270270         */
    271         private $cache = array ();
     271        public $cache = array();
    272272
    273273        /**
Note: See TracChangeset for help on using the changeset viewer.