Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31008 closed defect (bug) (fixed)

Missing descriptions

Reported by: ipm-frommen's profile ipm-frommen Owned by: drewapicture's profile DrewAPicture
Milestone: 4.2 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: docs Cc:

Description

There are still a lot of missing descriptions here and there.

Please see attached patch, which takes care of the following files:

  • wp-admin/includes/post.php
  • wp-admin/includes/taxonomy.php
  • wp-includes/wp-db.php
  • wp-includes/wp-diff.php

Attachments (3)

31008.patch (5.0 KB) - added by ipm-frommen 10 years ago.
31008.2.patch (6.5 KB) - added by mrahmadawais 10 years ago.
Added short description for function wp_list_widget_controls_dynamic_sidebar( )
31008.3.patch (6.5 KB) - added by mrahmadawais 10 years ago.
Removed 'src' from the patch diff and added formatting to align the params array

Download all attachments as: .zip

Change History (11)

@ipm-frommen
10 years ago

#1 @ipm-frommen
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Milestone changed from Awaiting Review to 4.2

#3 @DrewAPicture
10 years ago

  • Owner set to DrewAPicture
  • Status changed from new to reviewing

#4 @DrewAPicture
10 years ago

  • Type changed from enhancement to defect (bug)

#5 @DrewAPicture
10 years ago

In 31292:

Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/post.php

Props ipm-frommen.
See #31008.

#6 @DrewAPicture
10 years ago

In 31293:

Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/taxonomy.php.

Also adds a few missing parameter descriptions.

Props ipm-frommen.
See #31008.

#7 @DrewAPicture
10 years ago

In 31294:

Add missing descriptions to the $blogid and $siteid property DocBlocks in the wpdb class.

Props ipm-frommen.
See #31008.

#8 @DrewAPicture
10 years ago

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

In 31295:

Add a missing description for the $_diff_threshold property in the WP_Text_Diff_Renderer_Table class.

Props ipm-frommen.
Fixes #31008.

@mrahmadawais
10 years ago

Added short description for function wp_list_widget_controls_dynamic_sidebar( )

@mrahmadawais
10 years ago

Removed 'src' from the patch diff and added formatting to align the params array

Note: See TracTickets for help on using tickets.