Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#18317 closed defect (bug) (duplicate)

Navigation menus from pages duplicates post content in database

Reported by: Nazgulled Owned by:
Priority: normal Milestone:
Component: Database Version: 3.2.1
Severity: normal Keywords: redundancy dev-feedback
Cc: Focuses:

Description

I've decided to post this here (instead of the support forums) because I think this is a bug and not by design. I tried to search for this but didn't find much, so I have no idea if this is really a bug or not.

I only found this:
http://core.trac.wordpress.org/ticket/14576

But the OP was having a different problem and I just want to report the database problem. Or understand if it's by design and why.

Basically, creating navigation menus using previously created pages, will duplicate that specific page content into the menu entry in the database. If the page is updated, the post_content of the corresponding menu record will not be updated.

I normally clear the post_content for any menu record in the wp_posts table cause the way I see it, this content is redundant.

Am I missing something and this is by design?

Change History (2)

#1 @Nazgulled
15 years ago

  • Keywords redundancy added

#2 @SergeyBiryukov
15 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed
Note: See TracTickets for help on using tickets.