cuny-academic-commons / cbox-theme

Default theme for Commons In A Box
GNU General Public License v2.0
20 stars 15 forks source link

Replace deprecated ereg() with preg() #248

Closed christianwach closed 7 years ago

christianwach commented 7 years ago

The function the_commenter_link() uses a deprecated ereg() method for manipulating the comment author link. This PR replaces ereg() with preg() to prevent deprecated notices.