Completed
Push — development ( 455864...381f0e )
by
unknown
06:32
created
core/Container/Nav_Menu_Container.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 );
Please login to merge, or discard this patch.