function wp_editPage($args) {
        // Items not escaped here will be escaped in editPost.
        $blog_id    = (int) $args[0];
        $page_id    = (int) $this->escape($args[1]);
        $username    = $this->escape($args[2]);