Changeset 36380 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/22/2016 08:16:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r36222 r36380 588 588 589 589 /** 590 * Display information about the blog. 591 * 592 * @see get_bloginfo() For possible values for the parameter. 590 * Displays information about the current site. 591 * 593 592 * @since 0.71 594 593 * 595 * @param string $show What to display. 596 */ 597 function bloginfo( $show='' ) { 594 * @see get_bloginfo() For possible `$show` values 595 * 596 * @param string $show Optional. Site information to display. Default empty. 597 */ 598 function bloginfo( $show = '' ) { 598 599 echo get_bloginfo( $show, 'display' ); 599 600 }
Note: See TracChangeset
for help on using the changeset viewer.