Make WordPress Core


Ignore:
Timestamp:
04/20/2009 07:37:29 PM (15 years ago)
Author:
ryan
Message:

Fix PHP error in magpie. Props jsixpack. fixes #9225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rss.php

    r10603 r11016  
    171171            // if tags are inlined, then flatten
    172172            $attrs_str = join(' ',
    173                     array_map('map_attrs',
     173                    array_map(array('MagpieRSS', 'map_attrs'),
    174174                    array_keys($attrs),
    175175                    array_values($attrs) ) );
Note: See TracChangeset for help on using the changeset viewer.