Guest User

Untitled

a guest
May 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if(array_key_exists('language', $options)){
  2. $forContent = false;
  3. $langCode = wfGetLangObj( $options['language'] );
  4. unset($options['language']);
  5. }
  6. if( in_array('content', $options) ) {
  7. $forContent = true;
  8. $langCode = true;
  9. } else {
  10. $forContent = false;
  11. $langCode = false;
  12. }
Add Comment
Please, Sign In to add comment