Completed
Push — milestone/2_0/react-ui ( 5abf86...69be13 )
by
unknown
32:35
created
core/Container/Theme_Options_Container.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@
 block discarded – undo
57 57
 	 * Sanitize a title to a filename
58 58
 	 *
59 59
 	 * @param string $title
60
+	 * @param string $extension
60 61
 	 * @return string
61 62
 	 */
62 63
 	protected function title_to_filename( $title, $extension ) {
Please login to merge, or discard this patch.
core/Field/Complex_Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
 	 *
143 143
 	 * @param  Datastore_Interface $datastore
144 144
 	 * @param  boolean             $set_as_default
145
-	 * @return object              $this
145
+	 * @return Complex_Field              $this
146 146
 	 */
147 147
 	public function set_datastore( Datastore_Interface $datastore, $set_as_default = false ) {
148 148
 		if ( $set_as_default && ! $this->has_default_datastore() ) {
Please login to merge, or discard this patch.