I was browsing the template.php file for the rootcandy theme and noticed some of the function names start with an underscore i.e.
function _rootcandy_admin_links()
function rootcandy_body_class()
Anyone know why this is? I thought the functions had to start with the name of the theme.
Many thanks
Conventionally, underscores at the beginning of identifiers mean “This is private/internal stuff. You probably don’t want to mess with it from other modules.”