Skip to content

Commit 29071b6

Browse files
committed
Revert debug change. This was a mistake.
1 parent 5185d2b commit 29071b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto-load-next-post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function init_hooks() {
125125
* Setup Constants
126126
*
127127
* @since 1.4.3
128-
* @version 1.5.8
128+
* @version 1.5.5
129129
* @access private
130130
*/
131131
private function setup_constants() {
@@ -140,7 +140,7 @@ private function setup_constants() {
140140
$this->define('AUTO_LOAD_NEXT_POST_WP_VERSION_REQUIRE', '4.4');
141141

142142
$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' : '';
144144

145145
$this->define('AUTO_LOAD_NEXT_POST_SCRIPT_MODE', $suffix);
146146
$this->define('AUTO_LOAD_NEXT_POST_DEBUG_MODE', $debug_suffix);

0 commit comments

Comments
 (0)