Opened 3 years ago
Closed 8 months ago
#7 closed enhancement (fixed)
Improve "Rating" html display
| Reported by: | change500 | Owned by: | niallkennedy |
|---|---|---|---|
| Priority: | trivial | Component: | wordpresscom-video-server |
| Keywords: | Cc: |
Description
Create better visual look by putting the "Rating" grades on the same line instead of new lines.
around line 700 in video.php
Existing
$out .= "<input type='radio' name='$id' id='$id' value='$r' $checked />";
$out .="<label for='$id'>" . ( $r ) . "</label>";
Updated
$out .= "<input type='radio' name='$id' id='$id' value='$r' $checked />";
$out .= ( $r ) . " ";
Change History (1)
comment:1 Changed 8 months ago by pento
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in WPCOM VideoPress?, will be in the next server release.