|
7 | 7 | description = "WpGPLv2LicenseDescription.html", |
8 | 8 | scriptEngine = "freemarker"), |
9 | 9 | @TemplateRegistration( |
10 | | - folder = "Scripting/WordPress", |
| 10 | + folder = "WordPress", |
11 | 11 | category = "PHP", |
12 | 12 | iconBase = WordPress.WP_ICON_16, |
13 | 13 | displayName = "#WordPress_Plugin_Template_DisplayName", |
14 | 14 | content = "WpPlugin.php", |
15 | 15 | description = "WpPluginDescription.html", |
16 | 16 | scriptEngine = "freemarker"), |
17 | 17 | @TemplateRegistration( |
18 | | - folder = "Scripting/WordPress", |
| 18 | + folder = "WordPress", |
19 | 19 | category = "PHP", |
20 | 20 | iconBase = WordPress.WP_ICON_16, |
21 | 21 | displayName = "#WordPress_Plugin_Readme_DisplayName", |
22 | 22 | content = "readme.txt", |
23 | 23 | description = "WpPluginReadmeDescription.html", |
24 | 24 | scriptEngine = "freemarker"), |
25 | 25 | @TemplateRegistration( |
26 | | - folder = "Scripting/WordPress", |
| 26 | + folder = "WordPress", |
27 | 27 | category = "PHP", |
28 | 28 | iconBase = WordPress.WP_ICON_16, |
29 | 29 | displayName = "#WordPress_Theme_Style_DisplayName", |
30 | 30 | content = "style.css", |
31 | 31 | description = "WpThemeStyleDescription.html", |
32 | 32 | scriptEngine = "freemarker"), |
33 | 33 | @TemplateRegistration( |
34 | | - folder = "Scripting/WordPress", |
| 34 | + folder = "WordPress", |
35 | 35 | category = "PHP", |
36 | 36 | iconBase = WordPress.WP_ICON_16, |
37 | 37 | displayName = "#WordPress_Child_Theme_Style_DisplayName", |
38 | 38 | content = "child-style.css", |
39 | 39 | description = "WpChildThemeStyleDescription.html", |
40 | 40 | scriptEngine = "freemarker"), |
41 | 41 | @TemplateRegistration( |
42 | | - folder = "Scripting/WordPress", |
| 42 | + folder = "WordPress", |
43 | 43 | category = "PHP", |
44 | 44 | // iconBase = WordPress.WP_ICON_16, |
45 | 45 | displayName = "#WordPress_Permalink_Htaccess_DisplayName", |
|
0 commit comments