mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Use get_the_author_meta(). Props sivel. see #9393
git-svn-id: https://develop.svn.wordpress.org/trunk@11416 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-2
@@ -1189,8 +1189,8 @@ EOD;
|
||||
</app:control>
|
||||
<author>
|
||||
<name><?php the_author()?></name>
|
||||
<?php if (get_the_author_url() && get_the_author_url() != 'http://') { ?>
|
||||
<uri><?php the_author_url()?></uri>
|
||||
<?php if ( get_the_author_meta('url') && get_the_author_meta('url') != 'http://' ) { ?>
|
||||
<uri><?php the_author_meta('url') ?></uri>
|
||||
<?php } ?>
|
||||
</author>
|
||||
<?php if($GLOBALS['post']->post_type == 'attachment') { ?>
|
||||
|
||||
Reference in New Issue
Block a user