Make WordPress Core


Ignore:
Timestamp:
07/26/2012 09:33:01 PM (13 years ago)
Author:
ryan
Message:

Deprecate and stub _media_button. fixes #21317

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/deprecated.php

    r21352 r21353  
    949949    _deprecated_function( __FUNCTION__, '3.5' );
    950950}
     951
     952/**
     953 * This was once used to display a media button. Now it is deprecated and stubbed.
     954 *
     955 * @deprecated 3.5.0
     956 */
     957function _media_button($title, $icon, $type, $id) {
     958    _deprecated_function( __FUNCTION__, '3.5' );
     959}
Note: See TracChangeset for help on using the changeset viewer.