summaryrefslogtreecommitdiffstats
path: root/wp-atom.php
blob: 4e8f200fa6d252e1fc688185e215ea1753b60f01 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

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

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

?>