Plugin Directory

Changeset 2183732


Ignore:
Timestamp:
10/31/2019 09:55:33 AM (6 years ago)
Author:
momostefan
Message:

Removed unused $site_url variable.

Location:
momoyoga-integration
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • momoyoga-integration/tags/2.3.1/momoyoga-admin.php

    r2183722 r2183732  
    3232    function momoyoga_schedule_button() {
    3333        $title = __( 'Add Momoyoga schedule', 'momoyoga' );
    34         $site_url = esc_url( admin_url( "/admin-ajax.php?post_id={$iframe_post_id}&action=momoyoga_schedule_builder" ) );
    3534        ?>
    3635
  • momoyoga-integration/trunk/momoyoga-admin.php

    r2183722 r2183732  
    3232    function momoyoga_schedule_button() {
    3333        $title = __( 'Add Momoyoga schedule', 'momoyoga' );
    34         $site_url = esc_url( admin_url( "/admin-ajax.php?post_id={$iframe_post_id}&action=momoyoga_schedule_builder" ) );
    3534        ?>
    3635
Note: See TracChangeset for help on using the changeset viewer.