[wp-trac] [WordPress Trac] #36502: The Jetpack Carousel viewer doesn't work after the Wordpress 4.5 update
WordPress Trac
noreply at wordpress.org
Sun Jun 26 23:14:25 UTC 2016
#36502: The Jetpack Carousel viewer doesn't work after the Wordpress 4.5 update
--------------------------+-------------------------
Reporter: edvardtoth | Owner: joemcgill
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Gallery | Version: 4.5
Severity: normal | Resolution:
Keywords: | Focuses: javascript
--------------------------+-------------------------
Changes (by DrewAPicture):
* status: closed => reopened
* resolution: fixed =>
Comment:
Replying to [comment:3 joemcgill]:
> Gah. Wrong ticket. Attended for #36052.
It's OK, you get another chance :-)
The `@param` line in the hook doc is missing the variable reference:
{{{
#!diff
--- Version 1
+++ Version 2
@@ -2771,7 +2771,8 @@
/**
* Fires when attachment type can't be rendered in the edit form.
*
* @since 4.6.0
*
- * @param WP_Post A post object.
+ * @param WP_Post $post A post object.
*/
do_action( 'wp_edit_form_attachment_display', $post );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36502#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list