Make WordPress Core

#62859 closed defect (bug) (fixed)

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

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

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 20 months ago.
Patch Created

Download all attachments as: .zip

Change History (5)

@ankitpatel1578
20 months ago

Patch Created

#1 @sabernhardt
20 months ago

  • Description modified (diff)
  • Version trunk4.4

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

#2 @sabernhardt
20 months ago

  • Keywords has-patch added

#3 @audrasjb
20 months ago

  • Keywords commit added
  • Milestone Awaiting Review6.8
  • Owner set to audrasjb
  • Priority normallowest
  • Severity normaltrivial
  • Status newaccepted

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

#4 @audrasjb
20 months ago

  • Resolutionfixed
  • Status acceptedclosed

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.