mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
I18N: Merge similar strings in _deprecated_argument() calls.
Add translator comments. Props ramiy, SergeyBiryukov. Fixes #39020. git-svn-id: https://develop.svn.wordpress.org/trunk@40028 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -41,8 +41,8 @@ function get_categories( $args = '' ) {
|
||||
|
||||
// Back compat
|
||||
if ( isset($args['type']) && 'link' == $args['type'] ) {
|
||||
/* translators: 1: "type => link", 2: "taxonomy => link_category" alternative */
|
||||
_deprecated_argument( __FUNCTION__, '3.0.0',
|
||||
/* translators: 1: "type => link", 2: "taxonomy => link_category" */
|
||||
sprintf( __( '%1$s is deprecated. Use %2$s instead.' ),
|
||||
'<code>type => link</code>',
|
||||
'<code>taxonomy => link_category</code>'
|
||||
|
||||
Reference in New Issue
Block a user