Plugin Directory

Changeset 2103978


Ignore:
Timestamp:
06/11/2019 01:15:02 PM (7 years ago)
Author:
evilex
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-url-extension/trunk/wp-url-extension-settings.php

    r2102748 r2103978  
    5656                <?php
    5757                if ( ! empty( $post_types ) ){
    58                     echo '<style>.evi_post_types_lists li{display:inline-block;width:150px; margin-right:10px;}.evi_post_types_lists li input{vertical-align:bottom;}</style>';
    59                     echo "<!--<tr><th>".__( 'Select post types', 'wpue' )."</th><td><ul class='evi_post_types_lists'>";
     58                    echo '<style>.hide{display:none}.evi_post_types_lists li{display:inline-block;width:150px; margin-right:10px;}.evi_post_types_lists li input{vertical-align:bottom;}</style>';
     59                    echo "<tr class='hide'><th>".__( 'Select post types', 'wpue' )."</th><td><ul class='evi_post_types_lists'>";
    6060                    foreach( $post_types as $k => $post_type ){
    6161                        $post_type_name = strtoupper( $post_type );
     
    6565                                    </li>'; /* ' . checked( in_array( $post_type, $selected_post_type ),1,0 ) . ' */
    6666                    }
    67                     echo '</ul></td></tr>-->';
     67                    echo '</ul></td></tr>';
    6868                }
    6969                ?>
Note: See TracChangeset for help on using the changeset viewer.