Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37646


Ignore:
Timestamp:
08/12/2016 07:09:19 PM (9 years ago)
Author:
johnjamesjacoby
Comment:

I used the incorrect formatting for the code block.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37646 – Description

    initial v1  
    3131Imagine something like:
    3232
    33 ```
     33
     34{{{
    3435// Load versions
    3536do_action( 'wp_settings_load_versions' );
     
    5152
    5253// and on, and on...
    53 ```
     54}}}
    5455
    5556----