]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/post-formats.php
WordPress 4.1.4-scripts
[autoinstalls/wordpress.git] / wp-includes / post-formats.php
index cdb9da5d735a7c9f86f5c9c792a92fae85ca2844..ac613f396cd9325450c36eaec6e03e453ae5697a 100644 (file)
@@ -36,8 +36,6 @@ function get_post_format( $post = null ) {
  *
  * @since 3.1.0
  *
- * @uses has_term()
- *
  * @param string|array $format Optional. The format or formats to check.
  * @param object|int $post Optional. The post to check. If not supplied, defaults to the current post if used in the loop.
  * @return bool True if the post has any of the given formats (or any format, if no format specified), false otherwise.
@@ -108,8 +106,6 @@ function get_post_format_strings() {
  *
  * @since 3.1.0
  *
- * @uses get_post_format_strings()
- *
  * @return array The array of post format slugs.
  */
 function get_post_format_slugs() {
@@ -122,8 +118,6 @@ function get_post_format_slugs() {
  *
  * @since 3.1.0
  *
- * @uses get_post_format_strings()
- *
  * @param string $slug A post format slug.
  * @return string The translated post format name.
  */