Fixes #1529
This commit is contained in:
4
spec/fixtures/finders/users/author_sitemap/no_usernames.xml
vendored
Normal file
4
spec/fixtures/finders/users/author_sitemap/no_usernames.xml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://wp.lab/wp-sitemap.xsl" ?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
</urlset>
|
||||
6
spec/fixtures/finders/users/author_sitemap/usernames.xml
vendored
Normal file
6
spec/fixtures/finders/users/author_sitemap/usernames.xml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://wp.lab/wp-sitemap.xsl" ?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url><loc>http://wp.lab/author/admin/</loc></url>
|
||||
<url><loc>http://wp.lab//author/author/</loc></url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user