Skip to content

Commit 93440f7

Browse files
committed
Bug fix, adds a missing $ at the beginning of a variable name.
1 parent bb0955b commit 93440f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/generate-output.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function readme_parser( $paras = '', $content = '' ) {
144144
if ( '' == $name ) {
145145
$plugin_name = str_replace( ' ', '-', strtolower( $section ) );
146146
} else {
147-
$plugin_name = name;
147+
$plugin_name = $name;
148148
}
149149
}
150150

0 commit comments

Comments
 (0)