Loading wp-includes/theme.php +5 −1 Original line number Diff line number Diff line Loading @@ -3122,7 +3122,11 @@ function register_theme_feature( $feature, $args = array() ) { if ( isset( $args['show_in_rest']['prepare_callback'] ) && ! is_callable( $args['show_in_rest']['prepare_callback'] ) ) { return new WP_Error( 'invalid_rest_prepare_callback', __( 'The prepare_callback must be a callable function.' ) sprintf( /* translators: %s: prepare_callback */ __( 'The %s must be a callable function.' ), '<code>prepare_callback<code>' ) ); } Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48610'; $wp_version = '5.5-beta3-48611'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading Loading
wp-includes/theme.php +5 −1 Original line number Diff line number Diff line Loading @@ -3122,7 +3122,11 @@ function register_theme_feature( $feature, $args = array() ) { if ( isset( $args['show_in_rest']['prepare_callback'] ) && ! is_callable( $args['show_in_rest']['prepare_callback'] ) ) { return new WP_Error( 'invalid_rest_prepare_callback', __( 'The prepare_callback must be a callable function.' ) sprintf( /* translators: %s: prepare_callback */ __( 'The %s must be a callable function.' ), '<code>prepare_callback<code>' ) ); } Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48610'; $wp_version = '5.5-beta3-48611'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading