PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.2.0
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.2.0
4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.5.2 All 199 releases
← All changes | includes/Core/Scripts.php +0 -6 4.5.04.2.0 View file →
@@ -122,9 +122,8 @@
122 122 ]
123 123 );
124 124
125 125 $this->blocks( $assets );
126 - $this->admin_assets( $assets );
127 126
128 127 return $assets;
129 128 }
130 129
@@ -137,11 +136,6 @@
137 136 $assets->register( 'betterdocs-blocks-category-tech-layout', 'blocks/category-tech-layout/default.css' );
138 137 $assets->register( 'betterdocs-blocks-category-slate-layout', 'blocks/category-slate-layout/default.css' );
139 138 $assets->register( 'betterdocs-feedback-form-editor', 'blocks/feedback-form/style-feedback-editor.css' );
140 139 $assets->register( 'betterdocs-doc-archive-list', 'blocks/doc-archive-list/default.css' );
141 - }
142 -
143 - public function admin_assets( $assets ) {
144 - $assets->register( 'betterdocs-article-quality-score', 'admin/js/article-quality-score.js', [ 'jquery' ] );
145 -
146 140 }
147 141 }