Make WordPress Core


Ignore:
Timestamp:
12/01/2014 01:33:34 AM (12 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/*.

See #30224.

File:
1 edited

Legend:

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

    r30670 r30681  
    251251        }
    252252
     253        /**
     254         * @param string $editor_id
     255         * @param array  $set
     256         */
    253257        public static function editor_settings($editor_id, $set) {
    254258                $first_run = false;
     
    757761         * @param string $mce_locale The locale used for the editor.
    758762         * @param bool $json_only optional Whether to include the Javascript calls to tinymce.addI18n() and tinymce.ScriptLoader.markDone().
    759          * @return The translation object, JSON encoded.
     763         * @return string Translation object, JSON encoded.
    760764         */
    761765        public static function wp_mce_translation( $mce_locale = '', $json_only = false ) {
     
    13291333         *
    13301334         * @param array $args Optional. Accepts 'pagenum' and 's' (search) arguments.
    1331          * @return array Results.
     1335         * @return false|array Results.
    13321336         */
    13331337        public static function wp_link_query( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.