|
8 | 8 | scriptEngine = "freemarker"),
|
9 | 9 | @TemplateRegistration(
|
10 | 10 | folder = "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 | 18 | folder = "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 | 26 | folder = "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 | 34 | folder = "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 | 42 | folder = "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