Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Apr 16, 2020
1 parent 05bd3d3 commit 18f69f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/OptionsPages.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
* When query is send use this same information to detect Options Page queries
* and save the requested languages to a global ($root_query_locale_mapping).
*
* In a before resolve field for sub fields detect if the root is in the global
* mapping and move that language to a different global ($current_language).
* In a before resolve filter for sub fields detect if the root is in the
* global mapping and move that language to the $current_language global
*
* In a ACF filter use the $current_language to get the correct language
* version of the options page.
*
* In after resolve field clear the $current_language field so it won't affect
* other Options Pages.
* In after resolve filter clear the $current_language global so it won't
* affect other Options Pages.
*
*/
class OptionsPages
Expand Down

0 comments on commit 18f69f4

Please sign in to comment.