Turante / sandbox-theme

Automatically exported from code.google.com/p/sandbox-theme
0 stars 0 forks source link

Using deprecated get_the_author('login') in functions.php:162 #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problems with unicode author's display names - classes become absolutely 
unusable.

Reason:

The latest release of sandbox uses get_the_author('login') to form entry class.

But wp 2.6.2 deprecates any arguments for get_the_author() and silently returns 
display name.

Please use get_the_author_login (I've seen some calls around).

Original issue reported on code.google.com by alex.par...@gmail.com on 2 Oct 2008 at 8:38

GoogleCodeExporter commented 9 years ago
Thank you. Yes, you're correct. We had both the deprecated and the newer 
functions. 
Fixed in 1.7. Cheers.

Original comment by swall...@gmail.com on 4 Nov 2008 at 6:39