/**
  * Callback for feeds.list
  */
 public static function feeds_list()
 {
     return array('table' => feed_list_table());
 }
Beispiel #2
0
		<th class="change-col"><?php 
_e('Edit Feed');
?>
</th>
		<th class="remove-col"><?php 
_e('Remove Feed');
?>
</th>
		<?php 
do_action('admin-feeds-actioncol-description');
?>
		</tr>
	</thead>
	<tbody>
<?php 
echo feed_list_table();
?>
	</tbody>
</table>
<div id="changer" class="dialog">
	<form action="feeds.php" method="get" id="change_form">
		<fieldset id="change">
			<h2><?php 
_e('Edit Feed');
?>
</h2>
			<div class="row">
				<label for="change_name"><?php 
_e('Name');
?>
:</label>