Make WordPress Core


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

Deprecate and stub _insert_into_post_button(). fixes #20427

File:
1 edited

Legend:

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

    r20193 r21352  
    940940    return wp_get_theme();
    941941}
     942
     943/**
     944 * This was once used to display an 'Insert into Post' button. Now it is deprecated and stubbed.
     945 *
     946 * @deprecated 3.5.0
     947 */
     948function _insert_into_post_button( $type ) {
     949    _deprecated_function( __FUNCTION__, '3.5' );
     950}
Note: See TracChangeset for help on using the changeset viewer.