Make WordPress Core


Ignore:
Timestamp:
12/14/2011 05:36:38 PM (13 years ago)
Author:
ryan
Message:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-parse-opml.php

    r16660 r19596  
    1212global $opml, $map;
    1313
    14 // columns we wish to find are:  link_url, link_name, link_target, link_description
     14// columns we wish to find are: link_url, link_name, link_target, link_description
    1515// we need to map XML attribute names to our columns
    1616$opml_map = array('URL'         => 'link_url',
Note: See TracChangeset for help on using the changeset viewer.