You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use several separate functions to test whether pagination links should be shown on posts, pages, archives, and images. These could be consolidated into a single, simplified function that uses a case switch.
We currently use several separate functions to test whether pagination links should be shown on posts, pages, archives, and images. These could be consolidated into a single, simplified function that uses a
case
switch.The affected functions are:
show_post_link_nav()
show_posts_link_nav()
show_comments_link_nav()
show_image_link_nav()
The new function should be named using the
tersus_
prefix and use afunction_exists
wrapper similar to other pluggable theme functions.The text was updated successfully, but these errors were encountered: