Plugin Directory

Changeset 1508711


Ignore:
Timestamp:
10/05/2016 12:27:22 PM (9 years ago)
Author:
hideoguchi
Message:

bugfixed options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bluff-post/trunk/controllers/class-blfpst-targets-controller.php

    r1508698 r1508711  
    736736                $errors->add( 'Error', esc_html__( 'Please enter a numeric continuous transmission count.', 'bluff-post' ) );
    737737            }
    738         } else {
    739             $errors->add( 'Error', esc_html__( 'Please enter a continuous transmission count.', 'bluff-post' ) );
    740738        }
    741739
     
    749747                $errors->add( 'Error', esc_html__( 'Please enter a numeric transmission interval.', 'bluff-post' ) );
    750748            }
    751         } else {
    752             $errors->add( 'Error', esc_html__( 'Please enter a transmission interval.', 'bluff-post' ) );
    753749        }
    754750
Note: See TracChangeset for help on using the changeset viewer.