Changeset 11416 for trunk/wp-app.php
- Timestamp:
- 05/20/2009 09:32:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r11323 r11416 1190 1190 <author> 1191 1191 <name><?php the_author()?></name> 1192 <?php if ( get_the_author_url() && get_the_author_url() != 'http://') { ?>1193 <uri><?php the_author_ url()?></uri>1192 <?php if ( get_the_author_meta('url') && get_the_author_meta('url') != 'http://' ) { ?> 1193 <uri><?php the_author_meta('url') ?></uri> 1194 1194 <?php } ?> 1195 1195 </author>
Note: See TracChangeset
for help on using the changeset viewer.