Make WordPress Core

Changeset 29743


Ignore:
Timestamp:
09/13/2014 12:17:17 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Correct some @since values added in [29739].

see #28459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-views.js

    r29739 r29743  
    414414        /**
    415415         * @access private
    416          * @since 4.0.0
     416         * @since 3.5.0
    417417         */
    418418        _ready: function() {
     
    935935
    936936        /**
    937          * @since 3.9.0
     937         * @since 3.5.0
    938938         */
    939939        initialize: function() {
     
    949949
    950950        /**
    951          * since 3.9.0
     951         * @since 3.5.0
    952952         */
    953953        activate: function() {
     
    966966
    967967        /**
    968          * @since 3.9.0
     968         * @since 3.5.0
    969969         */
    970970        deactivate: function() {
     
    978978
    979979        /**
    980          * @since 3.9.0
     980         * @since 3.5.0
    981981         *
    982982         * @param browser
     
    10411041
    10421042        /**
    1043          * @since 3.9.0
     1043         * @since 3.5.0
    10441044         */
    10451045        initialize: function() {
     
    10521052
    10531053        /**
    1054          * @since 3.9.0
     1054         * @since 3.5.0
    10551055         */
    10561056        activate: function() {
Note: See TracChangeset for help on using the changeset viewer.