File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public function init_hooks() {
125
125
* Setup Constants
126
126
*
127
127
* @since 1.4.3
128
- * @version 1.5.8
128
+ * @version 1.5.5
129
129
* @access private
130
130
*/
131
131
private function setup_constants () {
@@ -140,7 +140,7 @@ private function setup_constants() {
140
140
$ this ->define ('AUTO_LOAD_NEXT_POST_WP_VERSION_REQUIRE ' , '4.4 ' );
141
141
142
142
$ suffix = defined ('SCRIPT_DEBUG ' ) && SCRIPT_DEBUG ? '' : '.min ' ;
143
- $ debug_suffix = defined ('ALNP_DEV_DEBUG ' ) && ALNP_DEV_DEBUG ? '' : '.dev ' ;
143
+ $ debug_suffix = defined ('ALNP_DEV_DEBUG ' ) && ALNP_DEV_DEBUG ? '.dev ' : '' ;
144
144
145
145
$ this ->define ('AUTO_LOAD_NEXT_POST_SCRIPT_MODE ' , $ suffix );
146
146
$ this ->define ('AUTO_LOAD_NEXT_POST_DEBUG_MODE ' , $ debug_suffix );
You can’t perform that action at this time.
0 commit comments