Changeset 921
- Timestamp:
- 10/21/2014 04:18:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r920 r921 654 654 if ( $key != key( array_slice( $columns, -1, 1, true ) ) ) { 655 655 while ( $pair = each( $columns_clone ) ) { 656 if ( $pair['key'] == $key ) 657 continue; 658 656 659 if ( ! empty( $entry[ $pair['value'] ] ) && $entry[ $pair['value'] ] == $session->ID ) { 657 660 $colspan++;
Note: See TracChangeset
for help on using the changeset viewer.