Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25607 closed defect (bug) (fixed)

Hook Docs: /wp-admin/includes/class-wp-ms-sites-list-table.php

Reported by: shinichin's profile ShinichiN Owned by: kpdesign's profile kpdesign
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Inline Docs Keywords: has-patch commit
Focuses: Cc:

Description

Added inline docs to the /wp-admin/includes/class-wp-ms-sites-list-table.php

Attachments (5)

25607.diff (2.6 KB) - added by ShinichiN 11 years ago.
25607-2.diff (2.6 KB) - added by ShinichiN 11 years ago.
Fix following @toscho 's review. Thank you!
25607.3.diff (3.0 KB) - added by kpdesign 11 years ago.
Second pass on 25607-2.diff
25607.4.diff (3.0 KB) - added by kpdesign 11 years ago.
Incorporates changes from comment:4
25607.2.diff (2.8 KB) - added by DrewAPicture 11 years ago.
Fix description(s) for wpmublogactions hook

Download all attachments as: .zip

Change History (12)

@ShinichiN
11 years ago

#1 @toscho
11 years ago

  • Cc info@… added

Filter the blogs' columns array. should be: Filter the blog's columns array.

Same change for The array of the blogs' columns.: The array of the blog's columns.

depending on the install, subdomain or subdirecotry should be:

depending on the installation: subdomain or subdirectory

@ShinichiN
11 years ago

Fix following @toscho 's review. Thank you!

#2 @DrewAPicture
11 years ago

  • Milestone changed from Awaiting Review to 3.8
  • Owner set to kpdesign
  • Status changed from new to reviewing
  • Type changed from enhancement to defect (bug)

@kpdesign
11 years ago

Second pass on 25607-2.diff

#3 @kpdesign
11 years ago

25607.3.diff fixes hook descriptions, adds long descriptions, and provides defaults as needed.

#4 @DrewAPicture
11 years ago

  • Keywords needs-patch added; has-patch removed

wpmu_blogs_columns filter

  • This is specific to the Multisite Network Admin, correct?

manage_sites_action_links filter

  • We should use a different doc-specific variable for $blog['blog_id']. I suggest $blog_id
  • For the $blogname parameter, we don't need to dance around the types of installations ... there's only two. So maybe, "Site path, depending on whether it's a subdomain or subdirectory install"

wpmublogsaction action:

  • "Fires in the plugin column to display plugin links and information." -- remove the second "plugin"
  • Use $blog_id instead of $blog['blog_id'] for the parameter variable

manage_sites_custom_column action:

  • "Fires for each registered custom column in the sites list table."
  • Use $blog_id instead of $blog['blog_id'] as the parameter variable

@kpdesign
11 years ago

Incorporates changes from comment:4

#5 @kpdesign
11 years ago

  • Keywords has-patch added; needs-patch removed

Thanks for the review. I've made the recommended changes, and uploaded a new patch (25607.4.diff).

@DrewAPicture
11 years ago

Fix description(s) for wpmublogactions hook

#6 @DrewAPicture
11 years ago

  • Keywords commit added

25607.4.diff looks pretty good. Was kind of fun finding out more about the wpmublogactions hook. Updated the description(s) for that in 25607.2.diff.

#7 @DrewAPicture
11 years ago

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

In 26341:

Inline documentation for hooks in wp-admin/includes/class-wp-ms-sites-list-table.php.

Props ShinichiN, kpdesign.
Fixes #25607.

Note: See TracTickets for help on using tickets.