Make WordPress Core


Ignore:
Timestamp:
09/22/2011 12:02:31 PM (13 years ago)
Author:
duck_
Message:

Documentation fixes. See #18560.

  • Add missing parameters
  • Add missing @param data types
  • s/format_where/where_format/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r18710 r18753  
    3434     * Outputs the HTML and enqueues the JavaScript for a single instance of the editor.
    3535     *
    36      * @param $content The initial content of the editor.
    37      * @param $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
    38      * @param $settings See below for description.
     36     * @param string $content The initial content of the editor.
     37     * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
     38     * @param array $settings See below for description.
    3939     */
    4040    function editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset for help on using the changeset viewer.