Skip to content

Commit

Permalink
Changes to new maximum posts settings #1789
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Oct 14, 2024
1 parent defa9e0 commit 048377f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/content-board/library/content-board-utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function table_navigation($args)
<span class="dashicons dashicons-printer"></span> <?php esc_html_e('Print', 'publishpress'); ?>
</div>
<?php $modal_id++; ?>
<div data-target="#content_board_modal_<?php echo esc_attr($modal_id); ?>" class="co-filter item action active-filter">
<div data-target="#content_board_modal_<?php echo esc_attr($modal_id); ?>" class="co-filter item action">
<span class="dashicons dashicons-admin-generic"></span>
</div>
<div id="content_board_modal_<?php echo esc_attr($modal_id); ?>" class="content-board-modal" style="display: none;">
Expand All @@ -60,7 +60,7 @@ public static function table_navigation($args)
<div>
<div class="metadata-item-filter custom-filter">
<div class="filter-title">
<?php esc_html_e('Maximum Post Results', 'publishpress'); ?>
<?php esc_html_e('Maximum number of posts to display', 'publishpress'); ?>
</div>
<div class="filter-content">
<form method="POST">
Expand Down
4 changes: 2 additions & 2 deletions modules/content-overview/library/content-overview-methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public static function table_navigation($args)
<span class="dashicons dashicons-printer"></span> <?php esc_html_e('Print', 'publishpress'); ?>
</div>
<?php $modal_id++; ?>
<div data-target="#content_overview_modal_<?php echo esc_attr($modal_id); ?>" class="co-filter item action active-filter">
<div data-target="#content_overview_modal_<?php echo esc_attr($modal_id); ?>" class="co-filter item action">
<span class="dashicons dashicons-admin-generic"></span>
</div>
<div id="content_overview_modal_<?php echo esc_attr($modal_id); ?>" class="content-overview-modal" style="display: none;">
Expand All @@ -291,7 +291,7 @@ public static function table_navigation($args)
<div>
<div class="metadata-item-filter custom-filter">
<div class="filter-title">
<?php esc_html_e('Maximum Post Results', 'publishpress'); ?>
<?php esc_html_e('Maximum number of posts to display', 'publishpress'); ?>
</div>
<div class="filter-content">
<form method="POST">
Expand Down

0 comments on commit 048377f

Please sign in to comment.