Completed
Push — add/amp-wp-support ( 6f4057...af4db8 )
by
unknown
09:35
created
3rd-party/class.jetpack-amp-support.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -197,6 +197,9 @@
 block discarded – undo
197 197
 		return $metadata;
198 198
 	}
199 199
 
200
+	/**
201
+	 * @param string $domain
202
+	 */
200 203
 	static function staticize_subdomain( $domain ) {
201 204
 		// deal with WPCOM vs Jetpack
202 205
 		if ( function_exists( 'staticize_subdomain' ) ) {
Please login to merge, or discard this patch.