Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27431 closed defect (bug) (fixed)

Hook Docs (20): wp-admin/includes/post.php

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

Description

Attached patch documents the following hooks:

  • default_content
  • default_title
  • default_excerpt
  • $per_page
  • edit_posts_per_page
  • upload_per_page
  • postbox_classes_$page_$id
  • get_sample_permalink_html
  • admin_post_thumbnail_html
  • show_post_locked_dialog
  • override_post_lock
  • post_locked_dialog
  • post_lock_lost_dialog

Attachments (2)

27431.diff (10.0 KB) - added by DrewAPicture 11 years ago.
27431.2.diff (10.1 KB) - added by kpdesign 11 years ago.
Second pass

Download all attachments as: .zip

Change History (5)

@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

27431.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 27667:

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

Also moves the primary PHPDoc for the edit_posts_per_page hook to wp-admin/includes/post.php.

Props kpdesign for some cleanup.
Fixes #27431.

Note: See TracTickets for help on using tickets.