Theme domain as variable?
-
I’m in the beginning stages of attempting to create a theme for my own blog. In dissecting several themes I have come across the theme creator’s domain as a variable; and yet I don’t find this in all themes by any means. Here is an example:
<h2><?php _e('Error 404 - Not Found','k2_domain'); ?></h2>
<?php printf( __('Archiv vom %s','4null4.de'), get_the_time( __('j. F Y','4null4.de')))?>I am looking at ‘k2_domain’ and ‘4null4.de’. What is it mean? Or better yet, what does it do?
The topic ‘Theme domain as variable?’ is closed to new replies.