Make WordPress Core

Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#63782 closed defect (bug) (invalid)

Docs: Add missing @title tag to ms-default-filters.php

Reported by: harshamoole30 Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

What the issue is and what the patch does. You can paste your full PR description here.

Change History (4)

This ticket was mentioned in PR #9376 on WordPress/wordpress-develop by harshamoole.


13 months ago
#1

This PR adds a missing @title tag to the ms-default-filters.php file to improve inline documentation clarity and help contributors understand the purpose of the file.

Related Issue: https://github.com/WordPress/Documentation-Issue-Tracker/issues/776

Trac ticket: [](https://core.trac.wordpress.org/ticket/63782#ticket)

#2 follow-up: @audrasjb
13 months ago

  • Keywords has-patch removed
  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed
  • Version trunk

Hello and welcome to WordPress Core Trac @harshamoole30.
However, do you really know what you are doing? The proposed pull request doesn't make any sense.
Closing this ticket as invalid.

This ticket was mentioned in PR #9390 on WordPress/wordpress-develop by harshamoole.


13 months ago
#3

  • Keywords has-patch added

This PR improves the inline documentation for the WP_Widget_Text class by ensuring proper PHPDoc formatting for its key methods:

  • __construct()
  • widget()
  • update()
  • form()

These enhancements improve clarity and maintain consistency with WordPress's inline documentation standards.

Trac Ticket: https://core.trac.wordpress.org/ticket/63782
Related Issue: https://github.com/WordPress/Documentation-Issue-Tracker/issues/782

#4 in reply to: ↑ 2 @harshamoole30
13 months ago

Thank you for the feedback. I'm new to contributing to WordPress Core and still learning the contribution process and documentation standards. I appreciate the clarification and will make sure to review the guidelines more thoroughly before submitting any future PRs.
Replying to audrasjb:

Hello and welcome to WordPress Core Trac @harshamoole30.
However, do you really know what you are doing? The proposed pull request doesn't make any sense.
Closing this ticket as invalid.

Note: See TracTickets for help on using tickets.