Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#42621 closed defect (bug) (fixed)

Twenty Seventeen: code comment error

Reported by: marcelo2605's profile marcelo2605 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.1 Priority: normal
Severity: normal Version: 4.9
Component: Bundled Theme Keywords: has-patch
Focuses: docs Cc:

Description

Theme version: 1.4
File: template-parts/page/content-front-page-panels.php
Line: 53

<?php // Show four most recent posts.

The correct is:

<?php // Show three most recent posts.

Attachments (1)

42621.patch (859 bytes) - added by skostadinov 7 years ago.
Changed the comment to three

Download all attachments as: .zip

Change History (6)

@skostadinov
7 years ago

Changed the comment to three

#1 @skostadinov
7 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
7 years ago

  • Component changed from Themes to Bundled Theme

#3 @SergeyBiryukov
7 years ago

  • Milestone changed from Awaiting Review to 5.0

#4 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 42348:

Twenty Seventeen: Correct the number of recent posts in a comment in template-parts/page/content-front-page-panels.php.

Props skostadinov, marcelo2605.
Fixes #42621.

#5 @pento
6 years ago

  • Milestone changed from 5.0 to 5.1
Note: See TracTickets for help on using tickets.