User:RagesossBot/coursesupportlinker.py: Difference between revisions

Content deleted Content added
source cdoe
 
update
Line 74:
 
# Replace links to course pages, which start "[[Education Program:", with the {{course link}} template.
text = re.sub(ur'\[\[Education( |_)Program:(.+?)\]\]', ur'{{course link|Education Program:\12}}', text)
 
if not self.save(text, page, self.summary):