Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#25752 closed defect (bug) (fixed)

Hook Docs (25): wp-admin/includes/dashboard.php

Reported by: mauryaratan Owned by: kpdesign
Priority: normal Milestone: 3.9
Component: Administration Version:
Severity: normal Keywords: has-patch commit
Cc: Focuses: docs, multisite

Description

Attached patch has inline docs for:

  1. Actions:
    • wp_network_dashboard_setup
    • wp_user_dashboard_setup
    • wp_dashboard_setup
    • right_now_content_table_end
    • right_now_table_end
    • right_now_discussion_table_end
    • rightnow_end
    • activity_box_end
    • wpmuadminresult
    • mu_rightnow_end
    • mu_activity_box_end
    • media_buttons
  1. Filters:
    • dashboard_incoming_links_link
    • dashboard_incoming_links_feed
    • dashboard_primary_link
    • dashboard_primary_feed
    • dashboard_primary_title
    • dashboard_secondary_link
    • dashboard_secondary_feed
    • dashboard_secondary_title
    • wp_network_dashboard_widgets
    • wp_user_dashboard_widgets
    • wp_dashboard_widgets
    • privacy_on_link_title
    • privacy_on_link_text
    • comment_row_actions
    • browse-happy-notice

Attachments (3)

25752.diff (6.3 KB ) - added by mauryaratan 13 years ago.
Updated the docs
25752.2.diff (8.9 KB ) - added by DrewAPicture 12 years ago.
2nd pass
25752.3.diff (9.5 KB ) - added by kpdesign 12 years ago.
Third pass

Download all attachments as: .zip

Change History (11)

#1 @DrewAPicture
13 years ago

  • Milestone Awaiting Review3.8
  • Owner set to DrewAPicture
  • Status newreviewing

#2 @DrewAPicture
13 years ago

  • Milestone 3.8Awaiting Review

#3 @DrewAPicture
13 years ago

  • Keywords needs-refresh added
  • Summary Hook Docs: wp-admin/includes/dashboard.phpHook Docs (25): wp-admin/includes/dashboard.php

Probably going to need a refresh here due to the DASH changes in 3.8. Also, two of these hooks are gone and there's at least one new one in 3.8.

@mauryaratan
13 years ago

Updated the docs

#4 @kpdesign
13 years ago

  • Keywords needs-refresh removed

#5 @jeremyfelt
13 years ago

  • Component Inline DocsAdministration
  • Focuses docs added

@DrewAPicture
12 years ago

2nd pass

#6 @DrewAPicture
12 years ago

  • Focuses multisite added
  • Milestone Awaiting Review3.9
  • Owner changed from DrewAPicture to kpdesign

25752.2.diff should do it. Needs a second look and recommendation.

@kpdesign
12 years ago

Third pass

#7 @kpdesign
12 years ago

  • Keywords commit added

25752.3.diff contains minor language and spacing changes.

This one's good to go in - recommend commit.

#8 @DrewAPicture
12 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 27669:

Inline documentation for hooks in wp-admin/includes/dashboard.php.

Props mauryaratan. Props kpdesign for some minor cleanup.
Fixes #25752.

Note: See TracTickets for help on using tickets.