Make WordPress Core

Ticket #31545: 31545.patch

File 31545.patch, 443 bytes (added by afercia, 10 years ago)
  • src/wp-admin/js/edit-comments.js

     
    603603                                        disableInInput: true,
    604604                                        type: 'keypress',
    605605                                        noDisable: '.check-column input[type="checkbox"]'
    606                                 }
     606                                },
     607                                cycle_expr: '#the-comment-list tr',
     608                                start_row_index: 0
    607609                        }
    608610                );
    609611        }