Changeset 17228 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 01/06/2011 04:11:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r17155 r17228 2913 2913 $args = wp_parse_args( $args, array( 2914 2914 'template' => '%s: %l.', 2915 ) ); 2915 ) ); 2916 2916 extract( $args, EXTR_SKIP ); 2917 2917
Note: See TracChangeset
for help on using the changeset viewer.