WordPress/wp-atom.php

10 lines
127 B
PHP

<?php
if (empty($wp)) {
require_once('wp-config.php');
wp('feed=atom');
}
require (ABSPATH . WPINC . '/feed-atom.php');
?>