Changeset 6173
- Timestamp:
- 12/18/2016 04:49:25 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r6141 r6173 73 73 <input id="cb-select-all-1" type="checkbox"> 74 74 </td> 75 <th scope="col" id="description" class="manage-column column- description"><?php esc_html_e( 'Description', 'bbpress' ); ?></th>75 <th scope="col" id="description" class="manage-column column-primary column-description"><?php esc_html_e( 'Description', 'bbpress' ); ?></th> 76 76 <th scope="col" id="components" class="manage-column column-components"><?php esc_html_e( 'Components', 'bbpress' ); ?></th> 77 77 <th scope="col" id="overhead" class="manage-column column-overhead"><?php esc_html_e( 'Overhead', 'bbpress' ); ?></th> … … 90 90 <input type="checkbox" name="checked[]" value="<?php echo esc_attr( $item['id'] ); ?>" id="<?php echo esc_attr( str_replace( '_', '-', $item['id'] ) ); ?>"> 91 91 </th> 92 <td class="bbp-tool-title column-primary ">92 <td class="bbp-tool-title column-primary column-description" data-colname="<?php esc_html_e( 'Description', 'bbpress' ); ?>"> 93 93 <strong><?php echo esc_html( $item['description'] ); ?></strong> 94 94 <div class="row-actions hide-if-no-js"> … … 101 101 </button> 102 102 </td> 103 <td class="column-components desc" >103 <td class="column-components desc" data-colname="<?php esc_html_e( 'Components', 'bbpress' ); ?>"> 104 104 <div class="bbp-tool-overhead"> 105 105 … … 108 108 </div> 109 109 </td> 110 <td class="column-overhead desc" >110 <td class="column-overhead desc" data-colname="<?php esc_html_e( 'Overhead', 'bbpress' ); ?>"> 111 111 <div class="bbp-tool-overhead"> 112 112 … … 138 138 <input id="cb-select-all-2" type="checkbox"> 139 139 </td> 140 <th scope="col" class="manage-column column- description"><?php esc_html_e( 'Description', 'bbpress' ); ?></th>140 <th scope="col" class="manage-column column-primary column-description"><?php esc_html_e( 'Description', 'bbpress' ); ?></th> 141 141 <th scope="col" class="manage-column column-components"><?php esc_html_e( 'Components', 'bbpress' ); ?></th> 142 142 <th scope="col" class="manage-column column-overhead"><?php esc_html_e( 'Overhead', 'bbpress' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.