Skip to content

Commit

Permalink
docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 3, 2017
1 parent 6b11bfb commit bf601e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wc-formatting-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ function wc_timezone_string() {
* Get timezone offset in seconds.
*
* @since 3.0.0
* @return integer
* @return float
*/
function wc_timezone_offset() {
if ( $timezone = get_option( 'timezone_string' ) ) {
Expand Down

0 comments on commit bf601e7

Please sign in to comment.