Plugin Directory

Changeset 2503403


Ignore:
Timestamp:
03/25/2021 04:04:43 PM (5 years ago)
Author:
hyvor
Message:

identifier id support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hyvor-talk/trunk/inc/class-hyvor-talk-webpage.php

    r2400365 r2503403  
    222222                $id = get_permalink($post);
    223223                break;
     224            case 'id':
     225                $id = $post -> ID;
     226                break;
    224227            default:
    225228                // a trick to make it really unique
Note: See TracChangeset for help on using the changeset viewer.