This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UPDATE wp_posts SET comment_status = 'open' WHERE comment_status != 'open'; | |
| UPDATE wp_posts SET ping_status = 'open' WHERE ping_status != 'open'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <head> | |
| <title>Demo</title> | |
| <meta charset="utf-8" /> | |
| </head> | |
| <body> | |
| <h1>Heading H1</h1> | |
| <h2>Heading H2</h2> | |
| <h3>Heading H3</h3> | |
| <h4>Heading H4</h4> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
OlderNewer