Ticket #7297 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

Typo in wp-includes/widget.php

Reported by: robertdimarco Owned by: anonymous
Priority: low Milestone: 2.6.1
Component: General Version:
Severity: trivial Keywords:
Cc:

Description

I believe there is a minor typo at line 1046 of widgets.php.

 http://trac.wordpress.org/browser/trunk/wp-includes/widgets.php#L1046

The code currently reads:

        $widget_args = array( 'number' => $widegt_args );

but I believe it should be :

        $widget_args = array( 'number' => $widget_args );

I will attach a patch to fix this typo.

Attachments

widgets-typo.patch.txt Download (539 bytes) - added by robertdimarco 4 years ago.
Patch to fix typo in widgets.php

Change History

Patch to fix typo in widgets.php

comment:1   ryan4 years ago

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

(In [8341]) Typo fix from robertdimarco. fixes #7297 for trunk

comment:2   ryan4 years ago

  • Milestone changed from 2.7 to 2.6.1

comment:3   ryan4 years ago

(In [8342]) Typo fix from robertdimarco. fixes #7297 for 2.6

Note: See TracTickets for help on using tickets.