summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/shortcodes/archiveorg-book.php')
-rw-r--r--plugins/jetpack/modules/shortcodes/archiveorg-book.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/shortcodes/archiveorg-book.php b/plugins/jetpack/modules/shortcodes/archiveorg-book.php
index 8eb73173..88ac328c 100644
--- a/plugins/jetpack/modules/shortcodes/archiveorg-book.php
+++ b/plugins/jetpack/modules/shortcodes/archiveorg-book.php
@@ -8,6 +8,8 @@
* [archiveorg id=goodytwoshoes00newyiala width=480 height=430]
* <iframe src='https://www.archive.org/stream/goodytwoshoes00newyiala?ui=embed#mode/1up' width='480px' height='430px' frameborder='0' ></iframe>
+ *
+ * @package Jetpack
*/
/**
@@ -15,7 +17,7 @@
*
* @since 4.5.0
*
- * @param $atts
+ * @param array $atts Shortcode attributes.
*
* @return int|string
*/
@@ -87,7 +89,7 @@ add_shortcode( 'archiveorg-book', 'jetpack_archiveorg_book_shortcode' );
*
* @since 4.5.0
*
- * @param string $content
+ * @param string $content Post content.
*
* @return mixed
*/