1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-23 12:09:32 +01:00
WordPress/wp-atom.php

10 lines
129 B
PHP
Raw Normal View History

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