Job-dashboard.php statistic link error
-
Hey
I′ve got an issue with the job-dashboard.php. the link to the statistic seems to be broken, cause this part here does not point to the statistic, it leeds to my blog, and not to the job idforeach ( $actions as $action => $value ) { $action_url = add_query_arg( array( 'action' => $action, 'job_id' => $job->ID ) ); if ( $value['nonce'] ) { $action_url = wp_nonce_url( $action_url, 'job_manager_my_job_actions' ); } echo '<li><a href="' . esc_url( $action_url ) . '" class="job-dashboard-action-' . esc_attr( $action ) . '">' . esc_html( $value['label'] ) . '</a></li>'; }
Anyone an idea?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Job-dashboard.php statistic link error’ is closed to new replies.