Changeset 2081455
- Timestamp:
- 05/06/2019 01:02:04 PM (7 years ago)
- Location:
- apparelcuts-spreadshirt/trunk
- Files:
-
- 2 edited
-
core/includes/class-remote-cache.php (modified) (1 diff)
-
version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apparelcuts-spreadshirt/trunk/core/includes/class-remote-cache.php
r2077847 r2081455 434 434 function __construct( $entity, $id, $children = '' ) { 435 435 436 $this->children = empty( $children ) ?: '_' +$children;436 $this->children = empty( $children ) ?: '_' . $children; 437 437 $this->id = $id; 438 438 $this->entity = $entity; -
apparelcuts-spreadshirt/trunk/version.php
r2077847 r2081455 1 <?php return "1.0.1 6";1 <?php return "1.0.17";
Note: See TracChangeset
for help on using the changeset viewer.