芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/packages/data/src/help/resolvers.js
/** * Internal dependencies */ import { fetchHelp } from './actions'; export function* getHelp( topic ) { yield fetchHelp( topic ); }