3
1
Back

Control label font so we don't lose it d433f7c09a85cc6fc15536169665e257a929b9f6 Add the label font so we don't need to call out for) $article['content'] = $this->get_img_tags($xpath, "//img[contains(@src, 'sp') and contains(@src, 'comics')]", $article); } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] = $img; } } return $article; } function get_img_tags($xpath, $query, $article, $base_url=NULL) { function get_img_tags($xpath, $query, &$article, $base_url=NULL) { $img_attributes_whitelist = array('src', 'alt', 'title'); if (!$base_url){ $base_url = $article['link']; } From 2cddc4d62d38c9e1b69839f92a19e7915eecbceb Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes from MK's PCB livestream Notes from debugging main MK_SEQ/Schematics/Unseen Servant/Unseen.

New Pull Request