Changeset 33623 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 08/17/2015 03:37:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r33270 r33623 1259 1259 */ 1260 1260 protected function handle_row_actions( $item, $column_name, $primary ) { 1261 return '';1261 return $column_name == $primary ? '<button type="button" class="toggle-row"><span class="screen-reader-text">' . __( 'Show more details' ) . '</span></button>' : ''; 1262 1262 } 1263 1263
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)