update theme version that deprecates hook

This commit is contained in:
IanDelMar 2023-10-11 08:40:37 +02:00
parent 15dc2ee8c2
commit ed38d74c95
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ if ( ! function_exists( 'understrap_link_pages' ) ) {
$args = apply_filters_deprecated(
'understrap_link_pages_args',
array( $args ),
'1.3.0',
'1.2.3',
'wp_link_pages_args'
);