I’d like to request a change to the x_[stack]_entry_meta() functions.
I’d like it so that when WordPress’ get_the_author() function returns null (which is a valid return value), the Author meta is not output.
Currently, when WordPress’ get_the_author() function returns null, the Author meta is output without a name, which looks strange.