Skip to content
Snippets Groups Projects
Commit 23dc81aa authored by Vasken Hauri's avatar Vasken Hauri
Browse files

add a missing include for the WP_XML client

parent ec129e1d
Branches
No related tags found
No related merge requests found
<?php
include_once( dirname( __FILE__ ) . '/class-syndication-wp-xmlrpc-client.php' );
include_once( dirname( __FILE__ ) . '/class-syndication-wp-xml-client.php' );
include_once( dirname( __FILE__ ) . '/class-syndication-wp-rest-client.php' );
include_once( dirname( __FILE__ ) . '/class-syndication-wp-rss-client.php' );
......@@ -43,4 +44,4 @@ class Syndication_Client_Factory {
return 'Syndication_' . $transport_type . '_Client';
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment