| @@ -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. |