mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: @param fixes for a variety of docblocks.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2688,6 +2688,8 @@ function multisite_over_quota_message() {
|
||||
* Displays the image and editor in the post editor
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @param WP_Post $post A post object.
|
||||
*/
|
||||
function edit_form_image_editor( $post ) {
|
||||
$open = isset( $_GET['image-editor'] );
|
||||
|
||||
Reference in New Issue
Block a user