Make WordPress Core

Opened 8 weeks ago

Closed 8 weeks ago

#62859 closed defect (bug) (fixed)

Missing dot at the end of the description parameter in widgets.php

Reported by: ankitpatel1578's profile ankitpatel1578 Owned by: audrasjb's profile audrasjb
Milestone: 6.8 Priority: lowest
Severity: trivial Version: 4.4
Component: Widgets Keywords: has-patch commit
Focuses: docs Cc:

Description (last modified by sabernhardt)

Missing dot at the end of the description parameter after themes

/**
 * Core Widgets API
 *
 * This API is used for creating dynamic sidebar without hardcoding functionality into
 * themes
 *
 * Includes both internal WordPress routines and theme-use routines.
 *

Attachments (1)

62859.diff (405 bytes) - added by ankitpatel1578 8 weeks ago.
Patch Created

Download all attachments as: .zip

Change History (5)

@ankitpatel1578
8 weeks ago

Patch Created

#1 @sabernhardt
8 weeks ago

  • Description modified (diff)
  • Version changed from trunk to 4.4

[33758] separated the two sentences and removed the dot.

#2 @sabernhardt
8 weeks ago

  • Keywords has-patch added

#3 @audrasjb
8 weeks ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 6.8
  • Owner set to audrasjb
  • Priority changed from normal to lowest
  • Severity changed from normal to trivial
  • Status changed from new to accepted

I spotted some other tiny little inconsistencies in this file. Will commit everything at once.

#4 @audrasjb
8 weeks ago

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

In 59702:

Docs: Various Docblock fixes in wp-includes/widgets.php, as per WP Docs standards;

Props ankitpatel1578, sabernhardt.
Fixes #62859.
See #62281.

Note: See TracTickets for help on using tickets.