Skip to content

Commit

Permalink
State: Update getSiteDefaultPostFormat JSdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed May 1, 2017
1 parent 062fdfd commit 81734d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/state/selectors/get-site-default-post-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getSiteSettings } from 'state/site-settings/selectors';

/**
* Returns the default post format of a site.
* Returns null if the site is unknown.
* Returns null if the site is unknown and settings have not been fetched.
*
* @param {Object} state Global state tree
* @param {Number} siteId The ID of the site we're querying
Expand Down

0 comments on commit 81734d1

Please sign in to comment.