Skip to content

Commit d7e7e96

Browse files
committed
Fixed widget namespace bug with CF 2.1.1
1 parent ca89f7c commit d7e7e96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
7878
#### Branch: `master`
7979

8080
* Added Carbon Fields [Serialized Datastore](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Features-&-Customization#serialized-data-store) example
81+
* Fixed bugs with example widget scope
8182

8283
## Credits
8384

app/Widgets/ExampleWidget.php

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 Carbon_Fields\Widget {
11+
class ExampleWidget extends Widget {
1212

1313
public function __construct() {
1414

0 commit comments

Comments
 (0)