Making WordPress.org

Changeset 8098


Ignore:
Timestamp:
01/18/2019 10:07:39 AM (7 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Move release history table from Roadmap to History page.

Props joostdevalk.
Fixes #4064.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php

    r7375 r8098  
    6666                        </li>
    6767                    </ul>
     68
     69                    <h3><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h3>
     70
     71                    <p>
     72                        <?php
     73                        /* translators: 1: Link to playlist */
     74                        printf( wp_kses_post( __( 'WordPress core developers share a love of jazz music, and all our major releases are named in honor of jazz musicians we personally admire. Here&#8217;s a list of releases and the musicians they were named for. <a href="%s">You can listen to a Last.fm station of all the musicians we named a release for</a>.', 'wporg' ) ), esc_url( 'http://www.last.fm/tag/wordpress-release-jazz' ) );
     75                        ?>
     76                    </p>
     77
     78                    <table>
     79                        <thead>
     80                            <tr>
     81                                <th><?php esc_html_e( 'Version', 'wporg' ); ?></th>
     82                                <th><?php esc_html_e( 'Musician', 'wporg' ); ?></th>
     83                                <th><?php esc_html_e( 'Date', 'wporg' ); ?></th>
     84                            </tr>
     85                        </thead>
     86                        <tbody>
     87                        <tr>
     88                            <th><a href="https://wordpress.org/news/2003/05/wordpress-now-available/">.70</a></th>
     89                            <td><?php esc_html_e( 'No musician chosen.', 'wporg' ); ?></td>
     90                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 27, 2003' ) ) ); ?></td>
     91                        </tr>
     92                        <tr>
     93                            <th><a href="https://wordpress.org/news/2004/01/wordpress-10/">1.0</a></th>
     94                            <td>Miles Davis</td>
     95                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'January 3, 2004' ) ) ); ?></td>
     96                        </tr>
     97                        <tr>
     98                            <th><a href="https://wordpress.org/news/2004/05/heres-the-beef/">1.2</a></th>
     99                            <td>Charles Mingus</td>
     100                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 22, 2004' ) ) ); ?></td>
     101                        </tr>
     102                        <tr>
     103                            <th><a href="https://wordpress.org/news/2005/02/strayhorn/">1.5</a></th>
     104                            <td>Billy Strayhorn</td>
     105                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'February 17, 2005' ) ) ); ?></td>
     106                        </tr>
     107                        <tr>
     108                            <th><a href="https://wordpress.org/news/2005/12/wp2/">2.0</a></th>
     109                            <td>Duke Ellington</td>
     110                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 31, 2005' ) ) ); ?></td>
     111                        </tr>
     112                        <tr>
     113                            <th><a href="https://wordpress.org/news/2007/01/ella-21/">2.1</a></th>
     114                            <td>Ella Fitzgerald</td>
     115                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'January 22, 2007' ) ) ); ?></td>
     116                        </tr>
     117                        <tr>
     118                            <th><a href="https://wordpress.org/news/2007/05/wordpress-22/">2.2</a></th>
     119                            <td>Stan Getz</td>
     120                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 16, 2007' ) ) ); ?></td>
     121                        </tr>
     122                        <tr>
     123                            <th><a href="https://wordpress.org/news/2007/09/wordpress-23/">2.3</a></th>
     124                            <td>Dexter Gordon</td>
     125                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'September 24, 2007' ) ) ); ?></td>
     126                        </tr>
     127                        <tr>
     128                            <th><a href="https://wordpress.org/news/2008/03/wordpress-25-brecker/">2.5</a></th>
     129                            <td>Michael Brecker</td>
     130                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'March 29, 2008' ) ) ); ?></td>
     131                        </tr>
     132                        <tr>
     133                            <th><a href="https://wordpress.org/news/2008/07/wordpress-26-tyner/">2.6</a></th>
     134                            <td>McCoy Tyner</td>
     135                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'July 15, 2008' ) ) ); ?></td>
     136                        </tr>
     137                        <tr>
     138                            <th><a href="https://wordpress.org/news/2008/12/coltrane/">2.7</a></th>
     139                            <td>John Coltrane</td>
     140                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 10, 2008' ) ) ); ?></td>
     141                        </tr>
     142                        <tr>
     143                            <th><a href="https://wordpress.org/news/2009/06/wordpress-28/">2.8</a></th>
     144                            <td>Chet Baker</td>
     145                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 11, 2009' ) ) ); ?></td>
     146                        </tr>
     147                        <tr>
     148                            <th><a href="https://wordpress.org/news/2009/12/wordpress-2-9/">2.9</a></th>
     149                            <td>Carmen McRae</td>
     150                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 18, 2009' ) ) ); ?></td>
     151                        </tr>
     152                        <tr>
     153                            <th><a href="https://wordpress.org/news/2010/06/thelonious/">3.0</a></th>
     154                            <td>Thelonious Monk</td>
     155                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 17, 2010' ) ) ); ?></td>
     156                        </tr>
     157                        <tr>
     158                            <th><a href="https://wordpress.org/news/2011/02/threeone/">3.1</a></th>
     159                            <td>Django Reinhardt</td>
     160                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'February 23, 2011' ) ) ); ?></td>
     161                        </tr>
     162                        <tr>
     163                            <th><a href="https://wordpress.org/news/2011/07/gershwin/">3.2</a></th>
     164                            <td>George Gershwin</td>
     165                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'July 4, 2011' ) ) ); ?></td>
     166                        </tr>
     167                        <tr>
     168                            <th><a href="https://wordpress.org/news/2011/12/sonny/">3.3</a></th>
     169                            <td>Sonny Stitt</td>
     170                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 12, 2011' ) ) ); ?></td>
     171                        </tr>
     172                        <tr>
     173                            <th><a href="https://wordpress.org/news/2012/06/green/">3.4</a></th>
     174                            <td>Grant Green</td>
     175                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 13, 2012' ) ) ); ?></td>
     176                        </tr>
     177                        <tr>
     178                            <th><a href="https://wordpress.org/news/2012/12/elvin/">3.5</a></th>
     179                            <td>Elvin Jones</td>
     180                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 11, 2012' ) ) ); ?></td>
     181                        </tr>
     182                        <tr>
     183                            <th><a href="https://wordpress.org/news/2013/08/oscar/">3.6</a></th>
     184                            <td>Oscar Peterson</td>
     185                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 1, 2013' ) ) ); ?></td>
     186                        </tr>
     187                        <tr class="alt">
     188                            <th><a href="https://wordpress.org/news/2013/10/basie/">3.7</a></th>
     189                            <td>Count Basie</td>
     190                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'October 24, 2013' ) ) ); ?></td>
     191                        </tr>
     192                        <tr>
     193                            <th><a href="https://wordpress.org/news/2013/12/parker/">3.8</a></th>
     194                            <td>Charlie Parker</td>
     195                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 12, 2013' ) ) ); ?></td>
     196                        </tr>
     197                        <tr>
     198                            <th><a href="https://wordpress.org/news/2014/04/smith/">3.9</a></th>
     199                            <td>Jimmy Smith</td>
     200                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'April 16, 2014' ) ) ); ?></td>
     201                        </tr>
     202                        <tr>
     203                            <th><a href="https://wordpress.org/news/2014/09/benny/">4.0</a></th>
     204                            <td>Benny Goodman</td>
     205                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'September 4, 2014' ) ) ); ?></td>
     206                        </tr>
     207                        <tr>
     208                            <th><a href="https://wordpress.org/news/2014/12/dinah/">4.1</a></th>
     209                            <td>Dinah Washington</td>
     210                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 18, 2014' ) ) ); ?></td>
     211                        </tr>
     212                        <tr>
     213                            <th><a href="https://wordpress.org/news/2015/04/powell/">4.2</a></th>
     214                            <td>Bud Powell</td>
     215                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'April 23, 2015' ) ) ); ?></td>
     216                        </tr>
     217                        <tr>
     218                            <th><a href="https://wordpress.org/news/2015/08/billie/">4.3</a></th>
     219                            <td>Billie Holiday</td>
     220                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 18, 2015' ) ) ); ?></td>
     221                        </tr>
     222                        <tr>
     223                            <th><a href="https://wordpress.org/news/2015/12/clifford/">4.4</a></th>
     224                            <td>Clifford Brown</td>
     225                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 8, 2015' ) ) ); ?></td>
     226                        </tr>
     227                        <tr>
     228                            <th><a href="https://wordpress.org/news/2016/04/coleman/">4.5</a></th>
     229                            <td>Coleman Hawkins</td>
     230                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'April 12, 2016' ) ) ); ?></td>
     231                        </tr>
     232                        <tr>
     233                            <th><a href="https://wordpress.org/news/2016/08/pepper/">4.6</a></th>
     234                            <td>Pepper Adams</td>
     235                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 16, 2016' ) ) ); ?></td>
     236                        </tr>
     237                        <tr>
     238                            <th><a href="https://wordpress.org/news/2016/12/vaughan/">4.7</a></th>
     239                            <td>Sarah Vaughan</td>
     240                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 6, 2016' ) ) ); ?></td>
     241                        </tr>
     242                        <tr>
     243                            <th><a href="https://wordpress.org/news/2017/06/evans/">4.8</a></th>
     244                            <td>Bill Evans</td>
     245                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 8, 2017' ) ) ); ?></td>
     246                        </tr>
     247                        <tr>
     248                            <th><a href="https://wordpress.org/news/2017/11/tipton/">4.9</a></th>
     249                            <td>Billy Tipton</td>
     250                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'November 15, 2017' ) ) ); ?></td>
     251                        </tr>
     252                        <tr>
     253                            <th><a href="https://wordpress.org/news/2018/12/bebo/">5.0</a></th>
     254                            <td>Bebo Valdés</td>
     255                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 6, 2018' ) ) ); ?></td>
     256                        </tr>
     257                        </tbody>
     258                    </table>
    68259                </section>
    69260            </div><!-- .entry-content -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r7952 r8098  
    6666
    6767                    <p><?php esc_html_e( 'The month prior to a release new features are frozen and the focus is entirely on ensuring the quality of the release by eliminating bugs and profiling the code for any performance issues.', 'wporg' ); ?></p>
    68 
    69                     <h3><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h3>
    70 
    71                     <p>
    72                         <?php
    73                         /* translators: 1: Link to playlist */
    74                         printf( wp_kses_post( __( 'WordPress core developers share a love of jazz music, and all our major releases are named in honor of jazz musicians we personally admire. Here&#8217;s a list of releases and the musicians they were named for. <a href="%s">You can listen to a Last.fm station of all the musicians we named a release for</a>.', 'wporg' ) ), esc_url( 'http://www.last.fm/tag/wordpress-release-jazz' ) );
    75                         ?>
    76                     </p>
    77 
    78                     <table>
    79                         <thead>
    80                             <tr>
    81                                 <th><?php esc_html_e( 'Version', 'wporg' ); ?></th>
    82                                 <th><?php esc_html_e( 'Musician', 'wporg' ); ?></th>
    83                                 <th><?php esc_html_e( 'Date', 'wporg' ); ?></th>
    84                             </tr>
    85                         </thead>
    86                         <tbody>
    87                         <tr>
    88                             <th><a href="https://wordpress.org/news/2003/05/wordpress-now-available/">.70</a></th>
    89                             <td><?php esc_html_e( 'No musician chosen.', 'wporg' ); ?></td>
    90                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 27, 2003' ) ) ); ?></td>
    91                         </tr>
    92                         <tr>
    93                             <th><a href="https://wordpress.org/news/2004/01/wordpress-10/">1.0</a></th>
    94                             <td>Miles Davis</td>
    95                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'January 3, 2004' ) ) ); ?></td>
    96                         </tr>
    97                         <tr>
    98                             <th><a href="https://wordpress.org/news/2004/05/heres-the-beef/">1.2</a></th>
    99                             <td>Charles Mingus</td>
    100                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 22, 2004' ) ) ); ?></td>
    101                         </tr>
    102                         <tr>
    103                             <th><a href="https://wordpress.org/news/2005/02/strayhorn/">1.5</a></th>
    104                             <td>Billy Strayhorn</td>
    105                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'February 17, 2005' ) ) ); ?></td>
    106                         </tr>
    107                         <tr>
    108                             <th><a href="https://wordpress.org/news/2005/12/wp2/">2.0</a></th>
    109                             <td>Duke Ellington</td>
    110                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 31, 2005' ) ) ); ?></td>
    111                         </tr>
    112                         <tr>
    113                             <th><a href="https://wordpress.org/news/2007/01/ella-21/">2.1</a></th>
    114                             <td>Ella Fitzgerald</td>
    115                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'January 22, 2007' ) ) ); ?></td>
    116                         </tr>
    117                         <tr>
    118                             <th><a href="https://wordpress.org/news/2007/05/wordpress-22/">2.2</a></th>
    119                             <td>Stan Getz</td>
    120                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 16, 2007' ) ) ); ?></td>
    121                         </tr>
    122                         <tr>
    123                             <th><a href="https://wordpress.org/news/2007/09/wordpress-23/">2.3</a></th>
    124                             <td>Dexter Gordon</td>
    125                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'September 24, 2007' ) ) ); ?></td>
    126                         </tr>
    127                         <tr>
    128                             <th><a href="https://wordpress.org/news/2008/03/wordpress-25-brecker/">2.5</a></th>
    129                             <td>Michael Brecker</td>
    130                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'March 29, 2008' ) ) ); ?></td>
    131                         </tr>
    132                         <tr>
    133                             <th><a href="https://wordpress.org/news/2008/07/wordpress-26-tyner/">2.6</a></th>
    134                             <td>McCoy Tyner</td>
    135                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'July 15, 2008' ) ) ); ?></td>
    136                         </tr>
    137                         <tr>
    138                             <th><a href="https://wordpress.org/news/2008/12/coltrane/">2.7</a></th>
    139                             <td>John Coltrane</td>
    140                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 10, 2008' ) ) ); ?></td>
    141                         </tr>
    142                         <tr>
    143                             <th><a href="https://wordpress.org/news/2009/06/wordpress-28/">2.8</a></th>
    144                             <td>Chet Baker</td>
    145                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 11, 2009' ) ) ); ?></td>
    146                         </tr>
    147                         <tr>
    148                             <th><a href="https://wordpress.org/news/2009/12/wordpress-2-9/">2.9</a></th>
    149                             <td>Carmen McRae</td>
    150                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 18, 2009' ) ) ); ?></td>
    151                         </tr>
    152                         <tr>
    153                             <th><a href="https://wordpress.org/news/2010/06/thelonious/">3.0</a></th>
    154                             <td>Thelonious Monk</td>
    155                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 17, 2010' ) ) ); ?></td>
    156                         </tr>
    157                         <tr>
    158                             <th><a href="https://wordpress.org/news/2011/02/threeone/">3.1</a></th>
    159                             <td>Django Reinhardt</td>
    160                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'February 23, 2011' ) ) ); ?></td>
    161                         </tr>
    162                         <tr>
    163                             <th><a href="https://wordpress.org/news/2011/07/gershwin/">3.2</a></th>
    164                             <td>George Gershwin</td>
    165                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'July 4, 2011' ) ) ); ?></td>
    166                         </tr>
    167                         <tr>
    168                             <th><a href="https://wordpress.org/news/2011/12/sonny/">3.3</a></th>
    169                             <td>Sonny Stitt</td>
    170                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 12, 2011' ) ) ); ?></td>
    171                         </tr>
    172                         <tr>
    173                             <th><a href="https://wordpress.org/news/2012/06/green/">3.4</a></th>
    174                             <td>Grant Green</td>
    175                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 13, 2012' ) ) ); ?></td>
    176                         </tr>
    177                         <tr>
    178                             <th><a href="https://wordpress.org/news/2012/12/elvin/">3.5</a></th>
    179                             <td>Elvin Jones</td>
    180                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 11, 2012' ) ) ); ?></td>
    181                         </tr>
    182                         <tr>
    183                             <th><a href="https://wordpress.org/news/2013/08/oscar/">3.6</a></th>
    184                             <td>Oscar Peterson</td>
    185                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 1, 2013' ) ) ); ?></td>
    186                         </tr>
    187                         <tr class="alt">
    188                             <th><a href="https://wordpress.org/news/2013/10/basie/">3.7</a></th>
    189                             <td>Count Basie</td>
    190                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'October 24, 2013' ) ) ); ?></td>
    191                         </tr>
    192                         <tr>
    193                             <th><a href="https://wordpress.org/news/2013/12/parker/">3.8</a></th>
    194                             <td>Charlie Parker</td>
    195                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 12, 2013' ) ) ); ?></td>
    196                         </tr>
    197                         <tr>
    198                             <th><a href="https://wordpress.org/news/2014/04/smith/">3.9</a></th>
    199                             <td>Jimmy Smith</td>
    200                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'April 16, 2014' ) ) ); ?></td>
    201                         </tr>
    202                         <tr>
    203                             <th><a href="https://wordpress.org/news/2014/09/benny/">4.0</a></th>
    204                             <td>Benny Goodman</td>
    205                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'September 4, 2014' ) ) ); ?></td>
    206                         </tr>
    207                         <tr>
    208                             <th><a href="https://wordpress.org/news/2014/12/dinah/">4.1</a></th>
    209                             <td>Dinah Washington</td>
    210                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 18, 2014' ) ) ); ?></td>
    211                         </tr>
    212                         <tr>
    213                             <th><a href="https://wordpress.org/news/2015/04/powell/">4.2</a></th>
    214                             <td>Bud Powell</td>
    215                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'April 23, 2015' ) ) ); ?></td>
    216                         </tr>
    217                         <tr>
    218                             <th><a href="https://wordpress.org/news/2015/08/billie/">4.3</a></th>
    219                             <td>Billie Holiday</td>
    220                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 18, 2015' ) ) ); ?></td>
    221                         </tr>
    222                         <tr>
    223                             <th><a href="https://wordpress.org/news/2015/12/clifford/">4.4</a></th>
    224                             <td>Clifford Brown</td>
    225                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 8, 2015' ) ) ); ?></td>
    226                         </tr>
    227                         <tr>
    228                             <th><a href="https://wordpress.org/news/2016/04/coleman/">4.5</a></th>
    229                             <td>Coleman Hawkins</td>
    230                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'April 12, 2016' ) ) ); ?></td>
    231                         </tr>
    232                         <tr>
    233                             <th><a href="https://wordpress.org/news/2016/08/pepper/">4.6</a></th>
    234                             <td>Pepper Adams</td>
    235                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 16, 2016' ) ) ); ?></td>
    236                         </tr>
    237                         <tr>
    238                             <th><a href="https://wordpress.org/news/2016/12/vaughan/">4.7</a></th>
    239                             <td>Sarah Vaughan</td>
    240                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 6, 2016' ) ) ); ?></td>
    241                         </tr>
    242                         <tr>
    243                             <th><a href="https://wordpress.org/news/2017/06/evans/">4.8</a></th>
    244                             <td>Bill Evans</td>
    245                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'June 8, 2017' ) ) ); ?></td>
    246                         </tr>
    247                         <tr>
    248                             <th><a href="https://wordpress.org/news/2017/11/tipton/">4.9</a></th>
    249                             <td>Billy Tipton</td>
    250                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'November 15, 2017' ) ) ); ?></td>
    251                         </tr>
    252                         <tr>
    253                             <th><a href="https://wordpress.org/news/2018/12/bebo/">5.0</a></th>
    254                             <td>Bebo Valdés</td>
    255                             <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 6, 2018' ) ) ); ?></td>
    256                         </tr>
    257                         </tbody>
    258                     </table>
    25968                </section>
    26069            </div><!-- .entry-content -->
Note: See TracChangeset for help on using the changeset viewer.