Skip to content

Commit e32d407

Browse files
author
Chris Gårdenberg
committed
fix: Don't output the print_r of the entire programme..
1 parent 11bb758 commit e32d407

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

PLUGIN-CHECKSUM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6e9d70ce9d2e8ae3adcc8c9e163fd75f
1+
8946f50562d5a201c9eb5ed401b4e44d

includes/edu-shortcodes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@ function eduadmin_get_programmeinfo( $attributes ) {
343343
if ( isset( $attributes['courseafter'] ) ) {
344344
$ret_str .= $programme['CourseAfter'];
345345
}
346-
347-
$ret_str .= print_r( $programme, true );
348346
}
349347

350348
EDU()->stop_timer( $t );

0 commit comments

Comments
 (0)