Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Oct 31st, 2011  |  syntax: Diff  |  size: 0.53 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- /tmp/core.php.old   2011-10-31 18:20:17.294734541 +0100
  2. +++ core.php    2011-10-31 18:20:43.122734557 +0100
  3. @@ -49,7 +49,7 @@ class AC_Core {
  4.  <script type="text/javascript">
  5.          jQuery(document).ready(function() {
  6.              $logo_mark = jQuery('#header-logo');
  7. -            $site_url = jQuery('<a href="<?php echo site_url(); ?>"></a>');
  8. +            $site_url = jQuery('<a href="<?php echo home_url(); ?>"></a>');
  9.              $site_url.append($logo_mark);
  10.              jQuery('#site-heading').before($site_url);
  11.          });
  12.  
  13.