Changeset 2183732
- Timestamp:
- 10/31/2019 09:55:33 AM (6 years ago)
- Location:
- momoyoga-integration
- Files:
-
- 2 edited
-
tags/2.3.1/momoyoga-admin.php (modified) (1 diff)
-
trunk/momoyoga-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
momoyoga-integration/tags/2.3.1/momoyoga-admin.php
r2183722 r2183732 32 32 function momoyoga_schedule_button() { 33 33 $title = __( 'Add Momoyoga schedule', 'momoyoga' ); 34 $site_url = esc_url( admin_url( "/admin-ajax.php?post_id={$iframe_post_id}&action=momoyoga_schedule_builder" ) );35 34 ?> 36 35 -
momoyoga-integration/trunk/momoyoga-admin.php
r2183722 r2183732 32 32 function momoyoga_schedule_button() { 33 33 $title = __( 'Add Momoyoga schedule', 'momoyoga' ); 34 $site_url = esc_url( admin_url( "/admin-ajax.php?post_id={$iframe_post_id}&action=momoyoga_schedule_builder" ) );35 34 ?> 36 35
Note: See TracChangeset
for help on using the changeset viewer.