Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#27430 closed defect (bug) (fixed)

Hook Docs (10): wp-admin/includes/menu.php

Reported by: drewapicture's profile DrewAPicture Owned by: kpdesign's profile kpdesign
Milestone: 3.9 Priority: normal
Severity: normal Version:
Component: Menus Keywords: has-patch commit
Focuses: docs Cc:

Description

Attached patch documents the following hooks:

  • add_menu_classes
  • custom_menu_order
  • menu_order
  • _network_admin_menu
  • _user_admin_menu
  • _admin_menu
  • network_admin_menu
  • user_admin_menu
  • admin_menu
  • admin_page_access_denied

Attachments (2)

27430.diff (4.2 KB) - added by DrewAPicture 11 years ago.
27430.2.diff (4.2 KB) - added by kpdesign 11 years ago.
Second pass

Download all attachments as: .zip

Change History (6)

@DrewAPicture
11 years ago

@kpdesign
11 years ago

Second pass

#1 @kpdesign
11 years ago

  • Keywords commit added
  • Owner set to kpdesign
  • Status changed from new to reviewing

27430.2.diff​ contains a few minor tweaks.

This should be good to go in. Recommend commit.

#2 @DrewAPicture
11 years ago

  • Milestone changed from Awaiting Review to 3.9

#3 @DrewAPicture
11 years ago

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

In 27670:

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

Also fixes syntax for a few unrelated multi-line comments in the file.

Props kpdesign for some minor cleanup.
Fixes #27430.

#4 @DrewAPicture
11 years ago

In 27671:

Remove some debug cruft accidentally committed in [27670].

See #27430.

Note: See TracTickets for help on using tickets.