~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/includes/class-wp-importer.php

  • Committer: Paul Collins
  • Date: 2011-07-13 02:31:10 UTC
  • Revision ID: paul.collins@canonical.com-20110713023110-rvp7cjj31rsaomkr
import Wordpress 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
         */
11
11
        function __construct() {}
12
12
 
13
 
        function WP_Importer() {
14
 
                $this->__construct();
15
 
        }
16
 
 
17
13
        /**
18
14
         * Returns array with imported permalinks from WordPress database
19
15
         *