From 3537ac412f48b9e7e4023278bbe4343e51537cd3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 1 Apr 2006 22:25:07 +0000 Subject: [PATCH] Change the documentation a wee bit for add_component() --- printer_navigation.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/printer_navigation.php b/printer_navigation.php index 5b52950..1c604a9 100644 --- a/printer_navigation.php +++ b/printer_navigation.php @@ -115,15 +115,14 @@ class Printer_Navigation * of the array, but you can specify any entry point. When you add onto * the structure, it will go at the bottom * array( - * 'unique_key' => array( - * 'unique_key' => array( - * 'unique_key' => array('text', 'url') + * 'unique_key' => array( + * '
unique_key' => array( + * 'unique_key' => array('text', 'url') * ) * ) * ) * - * Note that the portion in brackets is automatically added to the key - * when using the set_focus() method and is called the "scope" + * Note that the portion in brackets is called the "scope" * * @access public * -- 2.22.5