Changeset 23899 for trunk/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 04/04/2013 08:09:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r23824 r23899 466 466 */ 467 467 function twentyeleven_get_first_url() { 468 $has_url = function_exists( 'get_the_ url' ) ? get_the_url() : false;468 $has_url = function_exists( 'get_the_post_format_url' ) ? get_the_post_format_url() : false; 469 469 470 470 if ( ! $has_url )
Note: See TracChangeset
for help on using the changeset viewer.