equal
deleted
inserted
replaced
462 } else { |
462 } else { |
463 return ( $a < $b ) ? -1 : 1; |
463 return ( $a < $b ) ? -1 : 1; |
464 } |
464 } |
465 } |
465 } |
466 |
466 |
|
467 /** |
|
468 * Generates the list table rows. |
|
469 * |
|
470 * @since 3.1.0 |
|
471 */ |
467 public function display_rows() { |
472 public function display_rows() { |
468 $plugins_allowedtags = array( |
473 $plugins_allowedtags = array( |
469 'a' => array( |
474 'a' => array( |
470 'href' => array(), |
475 'href' => array(), |
471 'title' => array(), |
476 'title' => array(), |