Changeset 40957
- Timestamp:
- 06/27/2017 12:33:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r38698 r40957 502 502 */ 503 503 public function column_description( $tag ) { 504 return $tag->description; 504 if ( $tag->description ) { 505 return $tag->description; 506 } else { 507 return '<span aria-hidden="true">—</span><span class="screen-reader-text">' . __( 'No description' ) . '</span>'; 508 } 505 509 } 506 510
Note: See TracChangeset
for help on using the changeset viewer.