summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-29 00:42:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-29 00:42:29 +0000
commite92e8ddbd25f8eaabf9e26e444b553cb8867ed7d (patch)
treecbd50030bcad2007caa7708592d4ef2f0e9d8cb9 /modules/system/system.api.php
parentdba61c45e60c88f60b3d315fb083369a7ebaf2b2 (diff)
downloadbrdo-e92e8ddbd25f8eaabf9e26e444b553cb8867ed7d.tar.gz
brdo-e92e8ddbd25f8eaabf9e26e444b553cb8867ed7d.tar.bz2
#698294 by joachim: Fixed out of date mention of FieldUI in contrib in code docs.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index b1c82c920..2563728f0 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -98,9 +98,9 @@ function hook_hook_info() {
* Keys are bundles machine names, as found in the objects' 'bundle'
* property (defined in the 'object keys' entry above). Elements:
* - label: The human-readable name of the bundle.
- * - admin: An array of information that allow Field UI pages (currently
- * implemented in a contributed module) to attach themselves to the
- * existing administration pages for the bundle. Elements:
+ * - admin: An array of information that allows Field UI pages to attach
+ * themselves to the existing administration pages for the bundle.
+ * Elements:
* - path: the path of the bundle's main administration page, as defined
* in hook_menu(). If the path includes a placeholder for the bundle,
* the 'bundle argument', 'bundle helper' and 'real path' keys below