Add class to style admin checklists

This commit is contained in:
Brian Miyaji
2016-08-28 20:40:47 +10:00
parent 35b5c31e49
commit 8277cdf98d
2 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ class SportsPress_Lazy_Loading {
$diff = array_diff( $post_ids, $selected );
$selected = array_flip( $selected );
?>
<div id="<?php echo $slug; ?>-all" class="posttypediv tabs-panel sp-tab-panel sp-ajax-checklist sp-select-all-range" style="display: <?php echo $display; ?>;">
<div id="<?php echo $slug; ?>-all" class="posttypediv tabs-panel wp-tab-panel sp-tab-panel sp-ajax-checklist sp-select-all-range" style="display: <?php echo $display; ?>;">
<input type="hidden" value="0" name="<?php echo $slug; ?><?php if ( isset( $index ) ) echo '[' . $index . ']'; ?>[]" />
<ul class="categorychecklist form-no-clear">
<?php if ( is_array( $posts ) && sizeof( $posts ) ) { ?>