Changeset 1777303
- Timestamp:
- 11/28/2017 09:52:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
widget-display-conditions/trunk/src/WDC/Operator/IsLessThanOrEqualTo.php
r1777251 r1777303 5 5 public function __construct() 6 6 { 7 parent::__construct( ' >=', __( 'Is less than or equal to', 'wdc' ) );7 parent::__construct( '<=', __( 'Is less than or equal to', 'wdc' ) ); 8 8 } 9 9
Note: See TracChangeset
for help on using the changeset viewer.