PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/desktop-files/trash.php +3 -1 1.0.01.1.10 View file →
@@ -1119,9 +1119,11 @@
1119 1119 }
1120 1120 $file = function_exists( 'openstation_resolve_file' )
1121 1121 ? openstation_resolve_file( $row['file_type'], $row['file_ref'] )
1122 1122 : null;
1123 - $title = $file ? (string) $file->title() : (string) $row['file_type'];
1123 + $title = $file
1124 + ? openstation_plain_text_title( $file->title() )
1125 + : (string) $row['file_type'];
1124 1126 $icon = $file ? (string) $file->icon() : 'dashicons-no-alt';
1125 1127 // Two recycle-bin buckets:
1126 1128 // - `shortcut` → plugin-registered icons (file_type='shortcut')
1127 1129 // - `placement` → every other placement (post / page /