Changeset 23474 for trunk/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 02/22/2013 04:50:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r23000 r23474 459 459 endif; // twentyeleven_content_nav 460 460 461 if ( ! function_exists( 'twentyeleven_url_grabber' ) ) : 461 462 /** 462 463 * Return the URL for the first link found in the post content. … … 471 472 return esc_url_raw( $matches[1] ); 472 473 } 474 endif; 473 475 474 476 /**
Note: See TracChangeset
for help on using the changeset viewer.