Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#46902 closed defect (bug) (fixed)

Coding Standard fixes for wp-admin/includes/class-walker-nav-menu-edit.php

Reported by: sudhiryadav Owned by: audrasjb
Priority: normal Milestone: 5.3
Component: Menus Version:
Severity: minor Keywords: has-patch commit
Cc: Focuses: administration, coding-standards

Description

Coding Standard fixes for wp-admin/includes/class-walker-nav-menu-edit.php
Fix Yoda condition.

Attachments (2)

46902.patch (627 bytes ) - added by sudhiryadav 7 years ago.
46902.2.diff (675 bytes ) - added by audrasjb 7 years ago.
Patch refreshed

Download all attachments as: .zip

Change History (11)

@sudhiryadav
7 years ago

#1 @sudhiryadav
7 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
7 years ago

  • Component GeneralMenus
  • Focuses administration coding-standards added

#3 @audrasjb
7 years ago

  • Keywords needs-testing added
  • Milestone Awaiting Review5.3

Hi @sudhiryadav, welcome to WordPress Core Trac and thanks for your first ticket!

The patch looks good at a glance. Adding needs-testing keyword and moving it to 5.3.

Cheers,
Jb

#4 @audrasjb
7 years ago

  • Keywords needs-testing removed
  • Owner set to audrasjb
  • Severity normalminor
  • Status newaccepted

#5 @audrasjb
7 years ago

  • Priority normallow

#6 @audrasjb
7 years ago

  • Keywords needs-refresh added
  • Priority lownormal

The patch doesn't apply cleanly, adding needs-refresh keyword.

@audrasjb
7 years ago

Patch refreshed

#7 @audrasjb
7 years ago

  • Keywords commit added; needs-refresh removed

In 46902.2.diff: patch refresh. Tested on my side.
Adding commit keyword.

#8 @SergeyBiryukov
7 years ago

Per comment:41:ticket:47632, there's still a discussion to be had over whether we keep using Yoda Conditions in the coding standards or not.

However, since this is only violation in this file, I don't have any objections to this going in.

#9 @SergeyBiryukov
7 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 45697:

Coding Standards: Fix WPCS violations in wp-admin/includes/class-walker-nav-menu-edit.php.

Props sudhiryadav, audrasjb.
Fixes #46902.

Note: See TracTickets for help on using tickets.