Files
krolewskie-miody.pl/.paul/codebase/radar/codebase-memory-post-apply.txt

22 lines
1.2 KiB
Plaintext

Timestamp: 2026-05-21T14:37:52+02:00
Mode: post-apply
Scope: .paul/plans/20260521-1428-naprawa-wp-body-open-woocommerce/PLAN.md
codebase-memory-mcp:
- Post-apply MCP graph scan not rerun because the plan scan already degraded: repository indexing timed out after 120s.
- Fallback verification used targeted `rg` and `php -l`.
Changed files:
- `wp-content/themes/betheme/header-shop.php`
Verification:
- `rg -n "wp_body_open|<body" wp-content\themes\betheme\header.php wp-content\themes\betheme\header-shop.php`
Result: both `header.php` and `header-shop.php` contain `<body <?php body_class(); ?>>` immediately followed by `<?php wp_body_open(); ?>`.
- `rg -n "<body|wp_body_open" wp-content\themes\betheme -g "*.php"`
Result: standard frontend header and shop header include `wp_body_open()`. Special templates `template-blank.php`, `under-construction.php`, visual builder headers, and demo builder header still have separate `<body>` tags and were intentionally not changed.
- `php -l wp-content\themes\betheme\header-shop.php`
Result: No syntax errors detected.
Checkpoint:
- Manual production/staging verification remains required for `https://krolewskie-miody.pl/produkt/miod-borowkowy-400g/?showIzi=true`.