- Timestamp:
- 06/16/2015 08:00:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r32753 r32800 287 287 */ 288 288 protected function handle_row_actions( $link, $column_name, $primary ) { 289 if ( $primary === $column_name ) {289 if ( $primary === $column_name ) { 290 290 $edit_link = get_edit_bookmark_link( $link ); 291 291
Note: See TracChangeset
for help on using the changeset viewer.