Make WordPress Core


Ignore:
Timestamp:
08/01/2017 08:43:25 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Reduce confusion in @since MU notationss by indicating the WP version (3.0.0) the code was merged into core while retaining the original context.

Props sathyapulse.
Fixes #41509.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r41161 r41200  
    237237         * Filters the displayed site columns in Sites list table.
    238238         *
    239          * @since MU
     239         * @since MU (3.0.0)
    240240         *
    241241         * @param array $sites_columns An array of displayed site columns. Default 'cb',
     
    421421             * By default this column is hidden unless something is hooked to the action.
    422422             *
    423              * @since MU
     423             * @since MU (3.0.0)
    424424             *
    425425             * @param int $blog_id The site ID.
Note: See TracChangeset for help on using the changeset viewer.