Skip to content

Commit

Permalink
Fix phpcs issue introduced by #1080
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jun 20, 2018
1 parent 0e3e0cc commit 4364ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function amp_admin_get_preview_permalink() {
* Registers a submenu page to access the AMP template editor panel in the Customizer.
*/
function amp_add_customizer_link() {
/** This filter is documented in includes/settings/class-amp-customizer-design-settings.php **/
/** This filter is documented in includes/settings/class-amp-customizer-design-settings.php */
if ( ! apply_filters( 'amp_customizer_is_enabled', true ) || current_theme_supports( 'amp' ) ) {
return;
}
Expand Down

0 comments on commit 4364ae8

Please sign in to comment.