| @@ -1,14 +1,15 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * OpenStation — Content Graph: asset registration. |
| 4 | 4 | * |
| 5 | - * Mirrors the my-wordpress / recycle-bin / posts-window modules: the | |
| 6 | - * bundle script + CSS handles are registered on `init` priority 5, and | |
| 7 | - * the native-window sync lazy-loads the script the first time the | |
| 8 | - * Content Graph window opens. The CSS is enqueued eagerly in admin | |
| 9 | - * context (cheap, ~3KB) so the empty-state spinner has its layout the | |
| 10 | - * moment the window mounts. | |
| 5 | + * Mirrors the my-wordpress / posts-window modules: the bundle script | |
| 6 | + * + CSS handles are registered on `init` priority 5, and the | |
| 7 | + * native-window sync lazy-loads BOTH the first time the Content Graph | |
| 8 | + * window opens — the script via the registration's `script` arg, the | |
| 9 | + * CSS as a `styles` companion (see the registration in `window.php`). | |
| 10 | + * Nothing is enqueued eagerly; a session that never opens the | |
| 11 | + * Corkboard downloads neither. | |
| 11 | 12 | * |
| 12 | 13 | * @package OpenStation |
| 13 | 14 | */ |
| 14 | 15 | |