Plugin Directory

Changeset 2329566


Ignore:
Timestamp:
06/23/2020 08:27:37 PM (6 years ago)
Author:
singer22 wordpress
Message:

Renamed banner type

Location:
virusweather
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • virusweather/tags/1.2.0/includes/class-virus-weather.php

    r2329540 r2329566  
    268268        <?php
    269269        $options = array(
     270            'vertical'   => __( 'CASES.APP', 'text_domain' ),
    270271            'square'     => __( 'Square', 'text_domain', 'text_domain' ),
    271             'horizontal' => __( 'Horizontal Banner', 'text_domain' ),           
    272             'vertical'   => __( 'Vertical Banner', 'text_domain' ),         
     272            'horizontal' => __( 'Horizontal Banner', 'text_domain' ),                       
    273273        );
    274274 
  • virusweather/trunk/includes/class-virus-weather.php

    r2329538 r2329566  
    268268        <?php
    269269        $options = array(
     270            'vertical'   => __( 'CASES.APP', 'text_domain' ),
    270271            'square'     => __( 'Square', 'text_domain', 'text_domain' ),
    271             'horizontal' => __( 'Horizontal Banner', 'text_domain' ),           
    272             'vertical'   => __( 'Vertical Banner', 'text_domain' ),         
     272            'horizontal' => __( 'Horizontal Banner', 'text_domain' ),                       
    273273        );
    274274 
Note: See TracChangeset for help on using the changeset viewer.