Changeset 28957
- Timestamp:
- 07/02/2014 01:20:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r28952 r28957 3762 3762 'sep' => ' ', 3763 3763 'after' => '', 3764 'template' => '%s: %l.' 3764 /* translators: %s: taxonomy label, %l: list of term links */ 3765 'template' => __( '%s: %l.' ) 3765 3766 ); 3766 3767 … … 3786 3787 3787 3788 $args = wp_parse_args( $args, array( 3788 'template' => '%s: %l.', 3789 /* translators: %s: taxonomy label, %l: list of term links */ 3790 'template' => __( '%s: %l.' ), 3789 3791 ) ); 3790 3792
Note: See TracChangeset
for help on using the changeset viewer.