Skip to content

Commit 735e3bf

Browse files
fix: format error
1 parent a612395 commit 735e3bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

includes/admin/feedzy-rss-feeds-admin.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,11 @@ public function enqueue_styles() {
130130
}
131131

132132
/**
133-
* Helper function to enqueue the license script with localization
134-
*/
133+
* Helper function to enqueue the license script with localization
134+
*
135+
* @access public
136+
* @return void
137+
*/
135138
private function enqueue_license_script() {
136139
wp_enqueue_script(
137140
$this->plugin_name . '_license',

0 commit comments

Comments
 (0)