@@ -22,7 +22,6 @@ discard block |
||
| 22 | 22 | /** |
| 23 | 23 | * Create a new nav menu item fields container |
| 24 | 24 | * |
| 25 | - * @param string $id ID of the container |
|
| 26 | 25 | **/ |
| 27 | 26 | public function __construct( $title ) { |
| 28 | 27 | parent::__construct( $title ); |
@@ -42,7 +41,6 @@ discard block |
||
| 42 | 41 | * Perform instance initialization after calling setup() |
| 43 | 42 | * |
| 44 | 43 | * @param int $menu_id Used to pass the correct menu_item_id to the Container object |
| 45 | - * @param bool $render Whether the container will render the fields. |
|
| 46 | 44 | */ |
| 47 | 45 | public function init( $menu_id = 0 ) { |
| 48 | 46 | $this->set_menu_id( $menu_id ); |