~canonical-sysadmins/wordpress/wp-plugin-feedwordpress

« back to all changes in this revision

Viewing changes to feedwordpressrpc.class.php

  • Committer: Paul Collins
  • Date: 2018-01-28 20:41:51 UTC
  • Revision ID: paul.collins@canonical.com-20180128204151-9rymk42tuo08tdvh
update from 2016.0420 to 2017.1018

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
################################################################################
5
5
 
6
6
class FeedWordPressRPC {
7
 
        function FeedWordPressRPC () {
 
7
        public function __construct () {
8
8
                add_filter('xmlrpc_methods', array($this, 'xmlrpc_methods'));
9
9
        }
10
10