We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328273a commit c36834bCopy full SHA for c36834b
Gruntfile.js
@@ -191,7 +191,7 @@ module.exports = function (grunt)
191
src: 'src/docs/design-patterns.html',
192
dest: 'public/design-patterns.html'
193
},
194
- // Copy Textpattern templates to templates directory.
+ // Copy Textpattern templates to themes directory.
195
{
196
expand: true,
197
cwd: '<%= paths.src.templates %>',
src/templates/forms/shortcodes/.gitignore
@@ -0,0 +1 @@
1
+/_*
0 commit comments