View file wordpress/wp-atom.php

File size: 127B
<?php

if (empty($wp)) {
	require_once('wp-config.php');
	wp('feed=atom');
}

require (ABSPATH . WPINC . '/feed-atom.php');

?>