Changeset 2329566
- Timestamp:
- 06/23/2020 08:27:37 PM (6 years ago)
- Location:
- virusweather
- Files:
-
- 2 edited
-
tags/1.2.0/includes/class-virus-weather.php (modified) (1 diff)
-
trunk/includes/class-virus-weather.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
virusweather/tags/1.2.0/includes/class-virus-weather.php
r2329540 r2329566 268 268 <?php 269 269 $options = array( 270 'vertical' => __( 'CASES.APP', 'text_domain' ), 270 271 'square' => __( 'Square', 'text_domain', 'text_domain' ), 271 'horizontal' => __( 'Horizontal Banner', 'text_domain' ), 272 'vertical' => __( 'Vertical Banner', 'text_domain' ), 272 'horizontal' => __( 'Horizontal Banner', 'text_domain' ), 273 273 ); 274 274 -
virusweather/trunk/includes/class-virus-weather.php
r2329538 r2329566 268 268 <?php 269 269 $options = array( 270 'vertical' => __( 'CASES.APP', 'text_domain' ), 270 271 'square' => __( 'Square', 'text_domain', 'text_domain' ), 271 'horizontal' => __( 'Horizontal Banner', 'text_domain' ), 272 'vertical' => __( 'Vertical Banner', 'text_domain' ), 272 'horizontal' => __( 'Horizontal Banner', 'text_domain' ), 273 273 ); 274 274
Note: See TracChangeset
for help on using the changeset viewer.