#24433 closed defect (bug) (fixed)
Strict Standards Error with Video Post Format
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | 3.6 |
| Component: | Post Formats | Keywords: | has-patch |
| Focuses: | Cc: |
Description
When creating a new post with the video post format and outputting it using the_post_format_video(), above the video, I'm presented with the following error message: Strict Standards: Only variables should be assigned by reference in /wp-includes/media.php on line 2057
The error is fixed by get_post() is not called by reference so it's just called by get_post() instead of &get_post().
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 24376: