File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,17 @@ public function add_menu_items() {
87
87
)
88
88
);
89
89
90
+ add_settings_field (
91
+ 'amp_stories ' ,
92
+ __ ( 'Stories ' , 'amp ' ),
93
+ array ( $ this , 'render_amp_stories ' ),
94
+ AMP_Options_Manager::OPTION_NAME ,
95
+ 'general ' ,
96
+ array (
97
+ 'class ' => 'amp-stories-field ' ,
98
+ )
99
+ );
100
+
90
101
add_settings_field (
91
102
'validation ' ,
92
103
__ ( 'Validation Handling ' , 'amp ' ),
@@ -109,17 +120,6 @@ public function add_menu_items() {
109
120
)
110
121
);
111
122
112
- add_settings_field (
113
- 'amp_stories ' ,
114
- __ ( 'Stories ' , 'amp ' ),
115
- array ( $ this , 'render_amp_stories ' ),
116
- AMP_Options_Manager::OPTION_NAME ,
117
- 'general ' ,
118
- array (
119
- 'class ' => 'amp-stories-field ' ,
120
- )
121
- );
122
-
123
123
if ( wp_using_ext_object_cache () ) {
124
124
add_settings_field (
125
125
'caching ' ,
You can’t perform that action at this time.
0 commit comments