Re: One Line Comment Feed?
Great suggestion – exactly what I’m looking for. Did the install and got this error: p2/functions.php on line 50
Code line 49-52
foreach ( $name_map as $name => $values) {
50 $username = get_userdata( $values )->user_login;
51 $name_map[$name] = ‘‘ . esc_html( $name ) . ‘‘;
52 }
Not sure what to do!