Changeset 37985 for trunk/src/wp-includes/category.php
- Timestamp:
- 07/06/2016 12:39:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r37518 r37985 43 43 if ( isset($args['type']) && 'link' == $args['type'] ) { 44 44 /* translators: 1: "type => link", 2: "taxonomy => link_category" alternative */ 45 _deprecated_argument( __FUNCTION__, '3.0 ',45 _deprecated_argument( __FUNCTION__, '3.0.0', 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.