Closed christianwach closed 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.
the_commenter_link()
ereg()
preg()
The function
the_commenter_link()
uses a deprecatedereg()
method for manipulating the comment author link. This PR replacesereg()
withpreg()
to prevent deprecated notices.