Changeset 14070 for trunk/wp-includes/general-template.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r14047 r14070 396 396 case 'home' : // DEPRECATED 397 397 case 'siteurl' : // DEPRECATED 398 _deprecated_argument( __FUNCTION__, '2.2', sprintf( __('The \'%1$s\' option is deprecated for the family of bloginfo() functions. Use the \'%2$s\'option instead.'), $show, 'url' ) );398 _deprecated_argument( __FUNCTION__, '2.2', sprintf( __('The <code>%1$s</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>%2$s</code> option instead.'), $show, 'url' ) ); 399 399 case 'url' : 400 400 $output = home_url();
Note: See TracChangeset
for help on using the changeset viewer.