Skip to content

Commit

Permalink
More inline docs cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Jul 11, 2014
1 parent 75cab70 commit f5f613f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions extensions/featured-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,45 +35,45 @@ class Featured_Header {
/**
* Name of the custom header image size added via add_image_size().
*
* @since 0.1.0
* @since 0.1.0
* @access public
* @var string
* @var string
*/
public $size = 'featured-header';

/**
* Width of the custom header image size.
*
* @since 0.1.0
* @since 0.1.0
* @access public
* @var int
* @var int
*/
public $width = 0;

/**
* Height of the custom header image size.
*
* @since 0.1.0
* @since 0.1.0
* @access public
* @var int
* @var int
*/
public $height = 0;

/**
* Whether to hard crop the custom header image size.
*
* @since 0.1.0
* @since 0.1.0
* @access public
* @var bool
* @var bool
*/
public $crop = true;

/**
* The URL of the header image.
*
* @since 0.1.0
* @since 0.1.0
* @access protected
* @var string
* @var string
*/
protected $url = '';

Expand Down

0 comments on commit f5f613f

Please sign in to comment.