mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-20 04:00:29 +08:00
Remove deprecated functions (#1652)
This commit is contained in:
parent
89ffd1d1ca
commit
45bd1c3948
4 changed files with 0 additions and 88 deletions
|
@ -597,17 +597,6 @@ if ( ! function_exists( 'storefront_post_nav' ) ) {
|
|||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'storefront_posted_on' ) ) {
|
||||
/**
|
||||
* Prints HTML with meta information for the current post-date/time and author.
|
||||
*
|
||||
* @deprecated 2.4.0
|
||||
*/
|
||||
function storefront_posted_on() {
|
||||
_deprecated_function( 'storefront_posted_on', '2.4.0' );
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'storefront_homepage_content' ) ) {
|
||||
/**
|
||||
* Display homepage content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue