cameronterry / dark-matter

A highly opinionated domain mapping plugin for WordPress Networks
Other
12 stars 2 forks source link

Doc Block the same for map() and unmap() #42

Closed ghost closed 4 years ago

ghost commented 4 years ago

Trivial one. Doc block comment the same for map():

* Map the primary domain on the passed in value if it contains the unmapped
* URL and the Site has a primary domain.

https://github.com/cameronterry/dark-matter/blob/2311fc70ac75812d05a37ce2e8982df7024447c2/domain-mapping/classes/DM_URL.php#L133

and unmap():

* Map the primary domain on the passed in value if it contains the unmapped
* URL and the Site has a primary domain.

https://github.com/cameronterry/dark-matter/blob/2311fc70ac75812d05a37ce2e8982df7024447c2/domain-mapping/classes/DM_URL.php#L319