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