- Patch #870620 by cwgordon7: trailing whitespace in common.inc.

merge-requests/26/head
Dries Buytaert 2010-08-01 19:54:31 +00:00
parent 9fd2531992
commit c4afc66dea
1 changed files with 2 additions and 2 deletions

View File

@ -2149,7 +2149,7 @@ function url($path = NULL, array $options = array()) {
* @param $path
* The internal path or external URL being linked to, such as "node/34" or
* "http://example.com/foo".
* @return
* @return
* Boolean TRUE or FALSE, where TRUE indicates an external path.
*/
function url_is_external($path) {
@ -6719,7 +6719,7 @@ function entity_form_field_validate($entity_type, $form, &$form_state) {
* For some entity forms (e.g., forms with complex non-field data and forms that
* simultaneously edit multiple entities), this behavior may be inappropriate,
* so the #builder_function for such forms needs to implement the required
* functionality instead of calling this function.
* functionality instead of calling this function.
*/
function entity_form_submit_build_entity($entity_type, $entity, $form, &$form_state) {
$info = entity_get_info($entity_type);