84 | | $options_help = '<p>' . __('The fields on this screen determine some of the basics of your site setup.') . '</p>' . |
85 | | '<p>' . __('Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.') . '</p>'; |
| 84 | $options_help = '<p>' . __( 'The fields on this screen determine some of the basics of your site setup.' ) . '</p>' . |
| 85 | '<p>' . __( 'The site title is displayed in the title bar of the browser and as the identifying name for syndicated feeds. Most themes also display it at the top of every page, often together with the tagline.' ) . '</p>' . |
| 86 | '<p>' . __( 'Site Icon creates a browser icon (Favicon) and several app icons for your site. They are like an avatar for your site, giving it a visual representation.' ) . '</p>'; |