Browse Source

Revert "Add semi-colons, so the code's actual code..."

This reverts commit 992c42b96f1faed5fc48eb1dd8680537b1f05831...
... Apparently, the "production" code review has a bit of a bug in it,
where it doesn't parse @code/@endcode sections properly:
http://drupal.org/node/1991382
pull/345/head
Adam Vessey 11 years ago
parent
commit
80a187bab9
  1. 4
      includes/utilities.inc

4
includes/utilities.inc

@ -827,8 +827,8 @@ function islandora_content_model_select_table_form_element($drupal_variable, $de
* To utilitize this function pass the results to trigger_error() like so: * To utilitize this function pass the results to trigger_error() like so:
* *
* @code * @code
* $message = islandora_deprecated('7.x-1.1', t('Use more cowbell.')); * $message = islandora_deprecated('7.x-1.1', t('Use more cowbell.'))
* trigger_error(filter_xss($message), E_USER_DEPRECATED); * trigger_error(filter_xss($message), E_USER_DEPRECATED)
* @endcode * @endcode
* *
* @param string $release * @param string $release

Loading…
Cancel
Save