Make WordPress Core

Changeset 41151


Ignore:
Timestamp:
07/25/2017 10:47:27 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use 3-digit, x.x.x style semantic versioning for @since 4.8.0 entries.

See #41017.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/editor.js

    r40787 r41151  
    523523     * with custom jQuery events on the document element, wp-before-tinymce-init and wp-before-quicktags-init.
    524524     *
    525      * @since 4.8
     525     * @since 4.8.0
    526526     *
    527527     * @param {string} id The HTML id of the textarea that is used for the editor.
     
    629629     * Intended for use with editors that were initialized with wp.editor.initialize().
    630630     *
    631      * @since 4.8
     631     * @since 4.8.0
    632632     *
    633633     * @param {string} id The HTML id of the editor textarea.
     
    668668     * Intended for use with editors that were initialized with wp.editor.initialize().
    669669     *
    670      * @since 4.8
     670     * @since 4.8.0
    671671     *
    672672     * @param {string} id The HTML id of the editor textarea.
  • trunk/src/wp-includes/class-wp-editor.php

    r41040 r41151  
    13751375     * Print (output) the main TinyMCE scripts.
    13761376     *
    1377      * @since 4.8
     1377     * @since 4.8.0
    13781378     *
    13791379     * @static
Note: See TracChangeset for help on using the changeset viewer.