Opened 16 years ago
Closed 16 years ago
#13294 closed defect (bug) (duplicate)
Notice encountered with WP_DEBUG set to true
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
I set WP_DEBUG to true, and was surprised to see two notices from the core show up in the header of my of my WordPress pages.
Notice: Undefined index: link_before in .../wp-includes/post-template.php on line 841
Notice: Undefined index: link_after in .../wp-includes/post-template.php on line 841
Change History (2)
Note: See
TracTickets for help on using
tickets.
Which WP version do you use? Which theme do you use? Does your theme use wp_page_menu()? If yes, can you post the code block?