wp/wp-admin/includes/class-wp-plugin-install-list-table.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   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(),