Changeset 55732 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 05/08/2023 10:35:38 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r55653 r55732 3936 3936 3937 3937 /** 3938 * Ajax handler for saving a post from Press This.3939 *3940 * @since 4.2.03941 * @deprecated 4.9.03942 */3938 * Ajax handler for saving a post from Press This. 3939 * 3940 * @since 4.2.0 3941 * @deprecated 4.9.0 3942 */ 3943 3943 function wp_ajax_press_this_save_post() { 3944 3944 _deprecated_function( __FUNCTION__, '4.9.0' ); … … 3953 3953 3954 3954 /** 3955 * Ajax handler for creating new category from Press This.3956 *3957 * @since 4.2.03958 * @deprecated 4.9.03959 */3955 * Ajax handler for creating new category from Press This. 3956 * 3957 * @since 4.2.0 3958 * @deprecated 4.9.0 3959 */ 3960 3960 function wp_ajax_press_this_add_category() { 3961 3961 _deprecated_function( __FUNCTION__, '4.9.0' ); … … 4447 4447 4448 4448 /** 4449 4450 4451 4452 4453 4454 4455 4456 4457 4449 * Allows multiple block styles. 4450 * 4451 * @since 5.9.0 4452 * @deprecated 6.1.0 4453 * 4454 * @param array $metadata Metadata for registering a block type. 4455 * @return array Metadata for registering a block type. 4456 */ 4457 function _wp_multiple_block_styles( $metadata ) { 4458 4458 _deprecated_function( __FUNCTION__, '6.1.0' ); 4459 4459 return $metadata; … … 4599 4599 * @since 6.0.0 4600 4600 * @deprecated 6.2.0 Site Editor's server-side redirect for missing postType and postId 4601 * 4601 * query args is removed. Thus, this function is no longer used. 4602 4602 * 4603 4603 * @return array|null A template object, or null if none could be found.
Note: See TracChangeset
for help on using the changeset viewer.