Opened 3 years ago
Closed 9 months ago
#9 closed defect (fixed)
Valid plugins URL in Ajax video status
| Reported by: | misterbisson | Owned by: | niallkennedy |
|---|---|---|---|
| Priority: | major | Component: | wordpresscom-video-server |
| Keywords: | Cc: |
Description
The update_plh_* JS assumes a plugin URL that doesn't work in all environments (and flat out breaks in mine). The attached patch replaces the assumed URL with the result from plugins_url() .
Attachments (1)
Change History (3)
Changed 3 years ago by misterbisson
comment:1 Changed 3 years ago by misterbisson
This appears to be a duplicate (at least in part) of bug #4 . I haven't gotten the whole framework working in my multi-site, subdirectory environment yet, but the attached patch is definitely a start.
comment:2 Changed 9 months ago by pento
- Resolution set to fixed
- Status changed from new to closed
This fix has been applied to VideoPress? server, will be in the next server release.
Note: See
TracTickets for help on using
tickets.

patch