Plugin Directory

Changeset 2856309

Timestamp:
01/28/2023 05:50:06 PM (19 months ago)
Author:
xlthlx
Message:

Version 1.0.0

Location:
site-toolkit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • site-toolkit/tags/1.0.0/toolkit/inc/last-modified.php

    r2845970 r2856309  
    1313        $post_id = get_queried_object_id();
    1414        if ( $post_id ) {
    15             header( 'Last-Modified: ' . get_the_modified_time( 'D, d M Y H:i:s', $post_id ) );
     15            header( 'Last-Modified: ' . get_the_modified_time( 'D, d M Y H:i:s', $post_id ) );
    1616        }
    1717    }
  • site-toolkit/trunk/toolkit/inc/last-modified.php

    r2845968 r2856309  
    1313        $post_id = get_queried_object_id();
    1414        if ( $post_id ) {
    15             header( 'Last-Modified: ' . get_the_modified_time( 'D, d M Y H:i:s', $post_id ) );
     15            header( 'Last-Modified: ' . get_the_modified_time( 'D, d M Y H:i:s', $post_id ) );
    1616        }
    1717    }
Note: See TracChangeset for help on using the changeset viewer.