Merge pull request #5851 from BFTrick/abstract-settings-typos

Fixing Typos in Abstract Settings Class
This commit is contained in:
Mike Jolley 2014-07-22 10:37:24 +01:00
commit 0f7f3ee66a
1 changed files with 14 additions and 8 deletions

View File

@ -292,7 +292,7 @@ abstract class WC_Settings_API {
}
/**
* Generate Password Input HTML.
* Generate Price Input HTML.
*
* @access public
* @param mixed $key
@ -336,7 +336,7 @@ abstract class WC_Settings_API {
}
/**
* Generate Password Input HTML.
* Generate Decimal Input HTML.
*
* @access public
* @param mixed $key
@ -672,6 +672,8 @@ abstract class WC_Settings_API {
/**
* Validate Text Field.
*
* Make sure the data is escaped correctly, etc.
*
* @param mixed $key
* @return string
*/
@ -687,6 +689,8 @@ abstract class WC_Settings_API {
/**
* Validate Price Field.
*
* Make sure the data is escaped correctly, etc.
*
* @param mixed $key
* @return string
*/
@ -704,7 +708,9 @@ abstract class WC_Settings_API {
}
/**
* Validate Price Field.
* Validate Decimal Field.
*
* Make sure the data is escaped correctly, etc.
*
* @param mixed $key
* @return string