Support » Plugin: Dynamic Content Gallery » "dfcg-gallery-jquery-smooth-styles.php" use php short-tags

  • dfcg-gallery-jquery-smooth-styles.php <full path:dynamic-content-gallery-plugin/includes/dfcg-gallery-jquery-smooth-styles.php> use php short-tags.

    use at line 17, Would you change nomal-tag”<?php”.

    befor:

    17: <?
    18: /* Prevent direct access to this file */
    19: if (!defined('ABSPATH')) {
    20: 	exit( __('Sorry, you are not allowed to access this file directly.', DFCG_DOMAIN) );
    21: }
    22: ?>

    after:

    17: <?php
    18: /* Prevent direct access to this file */
    19: if (!defined('ABSPATH')) {
    20: 	exit( __('Sorry, you are not allowed to access this file directly.', DFCG_DOMAIN) );
    21: }
    22: ?>

    Thank you.

    https://wordpress.org/plugins/dynamic-content-gallery-plugin/

  • The topic ‘"dfcg-gallery-jquery-smooth-styles.php" use php short-tags’ is closed to new replies.