ResponsiveImagesCG / wp-tevko-responsive-images

Fully responsive image plugin for wordpress
449 stars 53 forks source link

Display a notice when deprecated filter hooks are used #242

Closed jaspermdegroot closed 8 years ago

jaspermdegroot commented 8 years ago

When I was working on this I noticed I made a mistake in 2e13277c4896fdb17b2491044e057e185a364d85. The first commit fixes that.

joemcgill commented 8 years ago

These look good to me. I believe we may be overusing the @see PHPDoc tag in the descriptions, but at least now they're referencing the correct functions.

See: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/

jaspermdegroot commented 8 years ago

@joemcgill

You're right. We should use one @see tag per function. I fixed that in https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/pull/248.