diff --git a/pift.pages.inc b/pift.pages.inc
index 7fc0cf9..6e75e29 100644
--- a/pift.pages.inc
+++ b/pift.pages.inc
@@ -11,7 +11,7 @@
  * Add additional description to attachment form.
  */
 function pift_pages_description_add(&$form, $form_state, $form_id) {
-
+  // TODO:  Is this still valid after the project* changes?  Check form names and project_issue['pid'] reference.
   global $user;
   // Add description on uploads if it is set.
   if (PIFT_DESCRIPTION) {
@@ -36,6 +36,7 @@ function pift_pages_description_add(&$form, $form_state, $form_id) {
  * Add testing setting.
  */
 function pift_pages_project_issue_settings(&$form, $form_state) {
+    // TODO:  Is this still valid after the project* changes?  Check $node->project_release['releases'] reference.
   // We don't want to inject any of these settings the project has no releases.
   $project_node = node_load($form['nid']['#value']);
   if (empty($project_node->project_release['releases'])) {
