Changeset 46808
- Timestamp:
- 12/01/2019 12:11:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget-factory.php
r46627 r46808 45 45 self::__construct(); 46 46 } 47 48 /**49 * Memory for the number of times unique class instances have been hashed.50 *51 * This can be eliminated in favor of straight spl_object_hash() when 5.352 * is the minimum requirement for PHP.53 *54 * @since 4.6.055 * @var array56 *57 * @see WP_Widget_Factory::hash_object()58 */59 private $hashed_class_counts = array();60 47 61 48 /**
Note: See TracChangeset
for help on using the changeset viewer.