Plugin Directory

Changeset 629018


Ignore:
Timestamp:
11/23/2012 02:11:17 PM (13 years ago)
Author:
raido357
Message:

Fix another slash missing issue, have to look into this more, maybe create helper method for decreasing mistakes in the future

Location:
dippler/trunk/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dippler/trunk/themes/twentyeleven_dippler/dippler-enroll-page.php

    r628932 r629018  
    2525                   
    2626                    //Print the form
    27                     echo '<form action="'.( $dipplerWP->arePermalinksEnabled() ? home_url().'/dippler-courses' : add_query_arg( array( 'page' => 'dippler-courses'), home_url() ) ).'" method="post">';
     27                    echo '<form action="'.( $dipplerWP->arePermalinksEnabled() ? home_url().'/dippler-courses' : add_query_arg( array( 'page' => 'dippler-courses'), home_url('/') ) ).'" method="post">';
    2828                    echo '<div id="dippler-course-'.$course_id.'" style="margin-bottom: 15px; clear:both;">';
    2929                    $image = $course->getImage();
  • dippler/trunk/themes/twentyten_dippler/dippler-enroll-page.php

    r629015 r629018  
    2525                   
    2626                    //Print the form
    27                     echo '<form action="'.( $dipplerWP->arePermalinksEnabled() ? home_url().'/dippler-courses' : add_query_arg( array( 'page' => 'dippler-courses'), home_url() ) ).'" method="post">';
     27                    echo '<form action="'.( $dipplerWP->arePermalinksEnabled() ? home_url().'/dippler-courses' : add_query_arg( array( 'page' => 'dippler-courses'), home_url('/') ) ).'" method="post">';
    2828                    echo '<div id="dippler-course-'.$course_id.'" style="margin-bottom: 15px; clear:both;">';
    2929                    $image = $course->getImage();
Note: See TracChangeset for help on using the changeset viewer.