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/notes/cpt.php +2 -4 1.0.11.1.10 View file →
@@ -2,12 +2,10 @@
2 2 /**
3 3 * OpenStation — Pinned notes CPT.
4 4 *
5 5 * Registers the `wpd_note` post type backing the pinned-notes feature:
6 - * paper notes the user writes in the Note Pad widget and pins to the
7 - * desktop wallpaper. Distinct from the Guidelines-backed sticky-notes
8 - * layer (`includes/sticky-notes/heartbeat.php`) — that one rides
9 - * Gutenberg's `wp_guideline` CPT; this one is plugin-owned.
6 + * paper notes the user writes in the Note Pad widget (or straight on
7 + * the wallpaper, via its right-click menu) and pins to the desktop.
10 8 *
11 9 * Visibility model: the "public" checkbox maps to `post_status`.
12 10 *
13 11 * 'private' — default; only the owner sees the note.