Changeset 22565
- Timestamp:
- 11/14/2012 05:09:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r22426 r22565 210 210 ); 211 211 212 if ( empty( $args['category'] ) )213 $args['categorize'] = 0;214 215 212 $r = wp_parse_args( $args, $defaults ); 216 213 extract( $r, EXTR_SKIP ); 214 215 if ( empty( $args['category'] ) ) 216 $categorize = 0; 217 217 218 218 $output = '';
Note: See TracChangeset
for help on using the changeset viewer.