[wp-hackers] Error / Bug on codex.wordpress.org - Not sure where to report
    David Beckley 
    beckl.d.413 at isg.edu.sa
       
    Wed Jan 25 19:28:21 UTC 2012
    
    
  
This is the code causing the error:
<script type="text/javascript">
(function($){
$(document).ready(function() {
	$('#footer a').click(function() {
		if (this.href.indexOf('wordpress.org') == -1 &&
this.href.indexOf('http') == 0) {
			recordOutboundLink(this, 'Outbound Links', this.href);
			return false;
		}
	});
});
})(jQuery);
</script>
It's around line 333 in http://codex.wordpress.org 's code.
It seems the function is being closed twice.
David Beckley
On Wed, Jan 25, 2012 at 10:08 PM, Jeffrey Nolte <jnolte at getmoxied.net>wrote:
> In console Firefox 9.0.1I get the following error jQuery is not defined
>  "})(jQuery);"
>
> I was not sure the best place to report but figured I would put it out
> here for someone to help out with some more insight
>
> Thanks,
>
> Jeffrey Nolte
>
>
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
    
    
More information about the wp-hackers
mailing list