Remove duplicate action addition of delete_get_calendar_cache() on update_option_start_of_week. Fixes #10718 props johnjosephbachir.
git-svn-id: https://develop.svn.wordpress.org/trunk@11898 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0811d99fbd
commit
df78ed2118
@ -1166,7 +1166,6 @@ add_action( 'save_post', 'delete_get_calendar_cache' );
|
||||
add_action( 'delete_post', 'delete_get_calendar_cache' );
|
||||
add_action( 'update_option_start_of_week', 'delete_get_calendar_cache' );
|
||||
add_action( 'update_option_gmt_offset', 'delete_get_calendar_cache' );
|
||||
add_action( 'update_option_start_of_week', 'delete_get_calendar_cache' );
|
||||
|
||||
/**
|
||||
* Display all of the allowed tags in HTML format with attributes.
|
||||
|
Loading…
Reference in New Issue
Block a user