Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #50976, comment 7


Ignore:
Timestamp:
08/15/2020 02:46:38 PM (5 years ago)
Author:
slickremix
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50976, comment 7

    v2 v3  
    1212                'prev_text' => __( '❮' ),
    1313                'next_text' => __( '❯' ),
    14                 'total'     => ceil( esc_html( $total_pagination_count ) / esc_html( $per_page ) ), // 3 items per page
     14                'total'     => ceil( $total_pagination_count / $per_page ), // 3 items per page
    1515            )
    1616        );