• Resolved Hrohh

    (@hrohh)


    hi, thank for your plugin. some enhancement about plugin ->

    there is no label between input, if i click on text, radio input is not check ??

    <label>
    	<input type="radio" name="mode1"  value="list"  <?php  checked ( $mode, $modes[0] ); ?> /><?php _e( 'List', 'default-media-view'); ?>&nbsp;
    </label>
    <label>
    	<input type ="radio" name="mode1"  value="grid" <?php checked ( $mode, $modes[1] ); ?> /><?php _e( 'Grid', 'default-media-view' );?>
    </label>

    and add please localization

    public function plugin_setup() {
    	load_plugin_textdomain( 'default-media-view', false, dirname( plugin_basename( __FILE__ ) ) . '/localization/' );

    https://www.ads-software.com/plugins/default-media-uploader-view/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ux bug and translation’ is closed to new replies.