Changeset 40028 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 01/29/2017 11:49:49 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r39639 r40028 343 343 // Back compat. 344 344 if ( isset( $args['type'] ) && 'link' == $args['type'] ) { 345 /* translators: 1: "type => link", 2: "taxonomy => link_category" alternative */346 345 _deprecated_argument( __FUNCTION__, '3.0.0', 346 /* translators: 1: "type => link", 2: "taxonomy => link_category" */ 347 347 sprintf( __( '%1$s is deprecated. Use %2$s instead.' ), 348 348 '<code>type => link</code>',
Note: See TracChangeset
for help on using the changeset viewer.