Changeset 37985 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/06/2016 12:39:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r37922 r37985 648 648 case 'home' : // DEPRECATED 649 649 case 'siteurl' : // DEPRECATED 650 _deprecated_argument( __FUNCTION__, '2.2 ', sprintf(650 _deprecated_argument( __FUNCTION__, '2.2.0', sprintf( 651 651 /* translators: 1: 'siteurl'/'home' argument, 2: bloginfo() function name, 3: 'url' argument */ 652 652 __( 'The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead.' ), … … 721 721 break; 722 722 case 'text_direction': 723 _deprecated_argument( __FUNCTION__, '2.2 ', sprintf(723 _deprecated_argument( __FUNCTION__, '2.2.0', sprintf( 724 724 /* translators: 1: 'text_direction' argument, 2: bloginfo() function name, 3: is_rtl() function name */ 725 725 __( 'The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead.' ),
Note: See TracChangeset
for help on using the changeset viewer.