[wp-meta] [Making WordPress.org] #159: Clicking left or right sides of the Download WordPress button does nothing, or results in 404

Making WordPress.org noreply at wordpress.org
Fri Sep 6 22:20:53 UTC 2013


#159: Clicking left or right sides of the Download WordPress button does nothing,
or results in 404
-------------------------+-----------------------
  Reporter:  rosshanney  |      Owner:
      Type:  defect      |     Status:  new
  Priority:  low         |  Component:  General
Resolution:              |   Keywords:  has-patch
-------------------------+-----------------------
Changes (by SergeyBiryukov):

 * keywords:   => has-patch


Comment:

 Changing `.download-button` to `a.download-button` should fix it:
 {{{
 $('#download a, a.download-button').click(function() {
         recordOutboundLink(this, 'Download Links', $(this).hasClass
 ('download-button') ? 'button' : 'nav' );
         return false;
 });
 }}}
 Additionally, [attachment:meta-159.patch] makes the link as wide as the
 `<li>` element.

--
Ticket URL: <http://meta.trac.wordpress.org/ticket/159#comment:2>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software


More information about the wp-meta mailing list