PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.11
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.11
1.1.11 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 All 35 releases
← All changes | includes/session.php +2 -2 1.1.71.1.11 View file →
@@ -132,9 +132,9 @@
132 132 /** Default desktop entry seeded into empty / corrupt sessions. */
133 133 function openstation_default_desktop() {
134 134 return array(
135 135 'id' => 'desktop-1',
136 - 'label' => 'Desktop 1',
136 + 'label' => 'Workspace 1',
137 137 );
138 138 }
139 139
140 140 /**
@@ -139,9 +139,9 @@
139 139
140 140 /**
141 141 * Returns the default empty session shape.
142 142 *
143 - * Includes a default desktop ("Desktop 1") so the client can always
143 + * Includes a default desktop ("Workspace 1") so the client can always
144 144 * assume at least one desktop exists at boot — the shell can't
145 145 * function with zero desktops.
146 146 *
147 147 * @return array{windows: array, desktops: array, activeDesktop: string, focused: string, updated: int}