[wp-trac] [WordPress Trac] #21163: Blogger Importer Invalid Tokens

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 5 17:04:23 UTC 2012


#21163: Blogger Importer Invalid Tokens
--------------------------+----------------------------
 Reporter:  Workshopshed  |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  WordPress.org
Component:  Import        |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+----------------------------

Comment (by Workshopshed):

 Also just spotted

 {{{
 $base_url = get_option('siteurl') . '/wp-admin';
 }}}

 Should that changed to

 {{{
 $base_url = admin_url();
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21163#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list