Hey guys,
I’m working on a WordPress child theme. Regarding the footer, I’m uncertain about the second value after the link URL:
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>">
What exactly is the function of ‘twentysixteen’ in this case? I suspect it’s some kind of description, but if so, when and how does it show up in the browser?
I’ve tried looking this up, of course, but somehow I couldn’t find the answer :-[