Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#47273 closed defect (bug) (invalid)

Error in template

Reported by: masquerade7's profile masquerade7 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

There is an error in public/templates/global/wrapper-start.php in 28 line:

echo '<div id="container"><div id="content" role="main">';

it should be like this:

echo '<div class="container"><div id="content" role="main">';

class instead of id.

Sorry if Im wrong but in my site I was having margin problems because of this.

Attachments (1)

wrapper-start.php (1.1 KB) - added by masquerade7 6 years ago.
File fixed

Download all attachments as: .zip

Change History (2)

@masquerade7
6 years ago

File fixed

#1 @SergeyBiryukov
6 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hi @masquerade7, welcome to WordPress Trac! Thanks for the ticket.

I'm sorry to hear you are having issues with WordPress. The file you've attached is not a part of WordPress core. It looks like it belongs to the Essential Real Estate plugin.

Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for third-party plugins like Essential Real Estate or individual support questions. Please report the issue to the plugin authors here: https://wordpress.org/support/plugin/essential-real-estate/.

Note: See TracTickets for help on using tickets.