Remove duplicate action addition of delete_get_calendar_cache() on update_option_start_of_week. Fixes #10718 props johnjosephbachir.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2918ccefd5
commit
4eeff37a6f
|
@ -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