Make WordPress Core

Ticket #58076: 58076.2.patch

File 58076.2.patch, 511 bytes (added by upadalavipul, 22 months ago)

I have checked from my end and found one more files. So, I have added my patch.

  • includes/class-wp-ms-sites-list-table.php

     
    597597                do_action( 'manage_sites_custom_column', $column_name, $item['blog_id'] );
    598598        }
    599599
    600         /**
    601          * @global string $mode List table view mode.
    602          */
    603600        public function display_rows() {
    604601                foreach ( $this->items as $blog ) {
    605602                        $blog  = $blog->to_array();