anttiviljami / wp-pdf-templates

Add PDF templates to your WordPress theme
https://wordpress.org/plugins/wp-pdf-templates
GNU General Public License v3.0
42 stars 18 forks source link

Bug Fix #1

Closed vmichalak closed 10 years ago

vmichalak commented 10 years ago

Correct bug when 'Cache-Control' or 'Pragma' key doesn't exist

anttiviljami commented 10 years ago

Looks great! Thanks for suppressing the warnings!

Can you make the patch comply to the official Wordpress PHP coding standards described at https://make.wordpress.org/core/handbook/coding-standards/php/

Especially https://make.wordpress.org/core/handbook/coding-standards/php/#space-usage

After doing that I will happily merge your pull request. :)

anttiviljami commented 10 years ago

Oh never mind, actually we haven't yet changed the coding style in this plugin to the Wordpress.org PHP standard. Sorry about that!

Pulling now... :)