| @@ -10,8 +10,10 @@ | ||
| 10 | 10 | * rendering surface they always did. |
| 11 | 11 | * |
| 12 | 12 | * - body-classes.php — admin_body_class filter |
| 13 | 13 | * - assets.php — openstation_enqueue_assets() |
| 14 | + * - asset-guard.php — re-asserts our assets against | |
| 15 | + * force-dequeue plugins | |
| 14 | 16 | * - shell.php — openstation_render_shell() |
| 15 | 17 | * - chromeless-bridge.php — chromeless iframe bridge + |
| 16 | 18 | * the offset-neutralizer script |
| 17 | 19 | * - chromeless-title-actions.php — hides in-page "Add New" buttons |
| @@ -26,8 +28,10 @@ | ||
| 26 | 28 | defined( 'ABSPATH' ) || exit; |
| 27 | 29 | |
| 28 | 30 | require_once __DIR__ . '/render/body-classes.php'; |
| 29 | 31 | require_once __DIR__ . '/render/assets.php'; |
| 32 | +require_once __DIR__ . '/render/asset-guard.php'; | |
| 33 | +require_once __DIR__ . '/render/chromeless-trim.php'; | |
| 30 | 34 | require_once __DIR__ . '/render/shell.php'; |
| 31 | 35 | require_once __DIR__ . '/render/chromeless-bridge.php'; |
| 32 | 36 | require_once __DIR__ . '/render/chromeless-title-actions.php'; |
| 33 | 37 | require_once __DIR__ . '/render/classic-link-interceptor.php'; |