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