Changeset 1699541
- Timestamp:
- 07/20/2017 10:28:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-schedule-notice/trunk/simple-schedule-notice.php
r1699531 r1699541 625 625 626 626 private function gen_article_hdr( $id=null ) { 627 if ( empty( id ) ) { $idstr = ''; } else { $idstr = ' id="' . $id . '"'; } 628 echo '<article' . $idstr . '><h1>' . $this->module_title . '</h1>'; 627 echo '<article' . ( empty( $id ) ? '' : ' id="' . $id . '"') . '><h1>' . $this->module_title . '</h1>'; 629 628 // gen_articleftr must be called to close <article> 630 629 }
Note: See TracChangeset
for help on using the changeset viewer.