| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Desktop Mode — Pinned notes bootstrap. | |
| 3 | + * OpenStation — Pinned notes bootstrap. | |
| 4 | 4 | * |
| 5 | 5 | * Wires the pinned-notes feature: the `wpd_note` CPT, the REST |
| 6 | 6 | * controller, and the Heartbeat delta sync. The Note Pad widget that |
| 7 | 7 | * creates notes registers separately in |
| @@ -6,9 +6,9 @@ | ||
| 6 | 6 | * controller, and the Heartbeat delta sync. The Note Pad widget that |
| 7 | 7 | * creates notes registers separately in |
| 8 | 8 | * `includes/widgets/widget-notes.php`. |
| 9 | 9 | * |
| 10 | - * @package WPDesktopMode | |
| 10 | + * @package OpenStation | |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | defined( 'ABSPATH' ) || exit; |
| 14 | 14 | |