HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/mollywoppersnyb.com.old/wp-admin/edit-post-rows.php

<?php /** * Edit posts rows table for inclusion in administration panels. * * @package WordPress * @subpackage Administration */ // don't load directly if ( !defined('ABSPATH') ) die('-1'); ?> <table class="widefat <?php echo $post_type_object->hierarchical ? 'page' : 'post'; ?> fixed" cellspacing="0"> <thead> <tr> <?php print_column_headers( $current_screen ); ?> </tr> </thead> <tfoot> <tr> <?php print_column_headers($current_screen, false); ?> </tr> </tfoot> <tbody> <?php if ( $post_type_object->hierarchical ) page_rows($posts, $pagenum, $per_page); else post_rows(); ?> </tbody> </table>