diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 1fc8e659e7..aafa083eb0 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -458,6 +458,7 @@ function twentyeleven_content_nav( $html_id ) { } endif; // twentyeleven_content_nav +if ( ! function_exists( 'twentyeleven_url_grabber' ) ) : /** * Return the URL for the first link found in the post content. * @@ -470,6 +471,7 @@ function twentyeleven_url_grabber() { return esc_url_raw( $matches[1] ); } +endif; /** * Count the number of footer sidebars to enable dynamic classes for the footer