- Timestamp:
- 05/02/2023 03:43:03 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r55276 r55703 1272 1272 } elseif ( 'tags' === $column_name ) { 1273 1273 $taxonomy = 'post_tag'; 1274 } elseif ( 0 === strpos( $column_name, 'taxonomy-' ) ) {1274 } elseif ( str_starts_with( $column_name, 'taxonomy-' ) ) { 1275 1275 $taxonomy = substr( $column_name, 9 ); 1276 1276 } else {
Note: See TracChangeset
for help on using the changeset viewer.