Skip to content

Commit e606f3d

Browse files
committed
Renamed class ExampleWidget to Example_Widget
1 parent c150af1 commit e606f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* A simple widget that displays a text field (title) and textarea.
99
* @since 0.3.0
1010
*/
11-
class ExampleWidget extends Widget {
11+
class Example_Widget extends Widget {
1212

1313
public function __construct() {
1414

0 commit comments

Comments
 (0)