Making WordPress.org

Changeset 9860


Ignore:
Timestamp:
05/13/2020 04:51:25 AM (4 years ago)
Author:
dd32
Message:

Theme Directory: Remove the no-js pagination links until supported.

See #4814.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php

    r9725 r9860  
    7777                        include __DIR__ . '/theme.php';
    7878                    }
    79 
    80                     // Add the navigation between pages
    81                     echo '<nav class="posts-navigation">';
    82                     echo paginate_links( array(
    83                         'mid_size' => 3,
    84                     ) );
    85                     echo '</nav>';
    8679                }
    8780                ?>
Note: See TracChangeset for help on using the changeset viewer.