Changes from trunk/wp-includes/author-template.php at r5135 to branches/2.2/wp-includes/author-template.php at r5714
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/author-template.php
r5135 r5714 184 184 'feed' => '', 'feed_image' => ''); 185 185 $r = array_merge($defaults, $r); 186 extract($r );186 extract($r, EXTR_SKIP); 187 187 188 188 // TODO: Move select to get_authors().
Note: See TracChangeset
for help on using the changeset viewer.