Skip to content
Snippets Groups Projects
Commit c06690fc authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

Remove "WordPress" from the label for the pull clients since they can handle...

Remove "WordPress" from the label for the pull clients since they can handle non-WordPress RSS and XML too.
parent c1a38519
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class Syndication_WP_RSS_Client extends SimplePie implements Syndication_Client
}
public static function get_client_data() {
return array( 'id' => 'WP_RSS', 'modes' => array( 'pull' ), 'name' => 'WordPress RSS' );
return array( 'id' => 'WP_RSS', 'modes' => array( 'pull' ), 'name' => 'RSS' );
}
public function new_post($post_ID) {
......
......@@ -58,7 +58,7 @@ class Syndication_WP_XML_Client implements Syndication_Client {
}
public static function get_client_data() {
return array( 'id' => 'WP_XML', 'modes' => array( 'pull' ), 'name' => 'WordPress XML' );
return array( 'id' => 'WP_XML', 'modes' => array( 'pull' ), 'name' => 'XML' );
}
public function new_post( $post_ID ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment