%2$s', esc_attr(get_the_date('c')), esc_html(get_the_date())); read_time(); ?> ' . __('Posted in %1$s', 'ab') . '', $categories_list); } $tags_list = get_the_tag_list('', __(', ', 'ab')); if ($tags_list) { printf('' . __('Tagged %1$s', 'ab') . '', $tags_list); } } if (!is_single() && ! post_password_required() && (comments_open() || get_comments_number())) { echo ''; comments_popup_link(__('Leave a comment', 'ab'), __('1 Comment', 'ab'), __('% Comments', 'ab')); echo ''; } } endif; function ab_category_transient_flusher() { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) { return; } delete_transient('ab_categories'); } add_action('edit_category', 'ab_category_transient_flusher'); add_action('save_post', 'ab_category_transient_flusher');