Changeset 3007240
- Timestamp:
- 12/08/2023 11:43:22 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
year-updater/trunk/includes/yu-posts-table.php
r3007238 r3007240 11 11 private $post_type; 12 12 13 public function __construct( ) {13 public function __construct($post_type) { 14 14 parent::__construct([ 15 15 'singular' => __('Post', 'year-updater'),
Note: See TracChangeset
for help on using the changeset viewer.