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
This means that if a site renames their top story prominence term to, say, "Homepage Top Story", the value of $top_story_term will be false, and so it falls back to __('Homepage Featured', 'largo').
Can we change these get_term_by() calls to the largo-created, uneditable slug for these terms, instead of using the assumption that the term name has not been edited from the translated version of the Largo-provided default term name?
In largo_home_single_top():
This means that if a site renames their top story prominence term to, say, "Homepage Top Story", the value of
$top_story_term
will befalse
, and so it falls back to__('Homepage Featured', 'largo')
.Can we change these
get_term_by()
calls to the largo-created, uneditable slug for these terms, instead of using the assumption that the term name has not been edited from the translated version of the Largo-provided default term name?See https://secure.helpscout.net/conversation/374740864/932/
The text was updated successfully, but these errors were encountered: