~canonical-sysadmins/wordpress/4.8.2

« back to all changes in this revision

Viewing changes to wp-includes/category.php

  • Committer: Barry Price
  • Date: 2017-06-09 02:09:58 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: barry.price@canonical.com-20170609020958-838whhwt2196f2vk
Merge WP4.8 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
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>',
48
48
                                '<code>taxonomy => link_category</code>'