Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27523 closed defect (bug) (fixed)

Hook Docs (24): wp-includes/class-wp-editor.php

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

Description

Attached patch documents the following hooks:

  • the_editor
  • the_editor_content
  • quicktags_settings
  • disable_captions (dup)
  • teeny_mce_plugins
  • mce_external_plugins
  • tiny_mce_plugins
  • mce_external_languages
  • mce_css
  • teeny_mce_buttons
  • mce_buttons
  • mce_buttons_2
  • mce_buttons_3
  • mce_buttons_4
  • teeny_mce_before_init
  • tiny_mce_before_init
  • wp_mce_translation
  • wp_fullscreen_buttons
  • wp_link_query_args
  • wp_link_query
  • media_buttons
  • before_wp_tiny_mce
  • wp_tiny_mce_init
  • after_wp_tiny_mce

Attachments (3)

27523.diff (11.5 KB) - added by DrewAPicture 11 years ago.
27523.2.diff (13.0 KB) - added by kpdesign 11 years ago.
Second pass
27523.3.diff (12.9 KB) - added by DrewAPicture 11 years ago.
Final pass.

Download all attachments as: .zip

Change History (7)

@DrewAPicture
11 years ago

@kpdesign
11 years ago

Second pass

#1 @kpdesign
11 years ago

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

27523.2.diff contains language and formatting changes.

This needs a once-over and a recommendation.

@DrewAPicture
11 years ago

Final pass.

#2 @DrewAPicture
11 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.8.2

#3 @DrewAPicture
11 years ago

  • Milestone changed from 3.8.2 to 3.9

#4 @DrewAPicture
11 years ago

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

In 27828:

Inline documentation for hooks in wp-includes/class-wp-editor.php.

Props kpdesign for some cleanup.
Fixes #27523.

Note: See TracTickets for help on using tickets.