Skip to:
Content

BuddyPress.org

Ticket #4380: 4380.patch

File 4380.patch, 521 bytes (added by modemlooper, 12 years ago)
Line 
1Index: bp-activity-admin.php
2===================================================================
3--- bp-activity-admin.php       (revision 2)
4+++ bp-activity-admin.php       (working copy)
5@@ +1219,7 -1219,7 @@
6         * @since 1.6
7         */
8        function column_cb( $item ) {
9+               printf( '<label class="screen-reader-text">' . __( 'Select %s' ) . '</label><input type="checkbox" name="aid[]" value="%d" />', (int) $item['id'], (int) $item['id'] );
10-               printf( '<input type="checkbox" name="aid[]" value="%d" />', (int) $item['id'] );
11        }
12 
13        /**