Skip to content

Commit

Permalink
Updating core files
Browse files Browse the repository at this point in the history
  • Loading branch information
zgordon committed Mar 14, 2018
1 parent 20981f0 commit 7d54b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1 - PHP for WordPress/1.04-phpforwp-completed/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<?php

// Create an array of post objects using the create_post function
// Create an array of post objects using the display_post function
$posts = array(
'Hello World',
'PHP for WordPress',
Expand Down
2 changes: 1 addition & 1 deletion 1 - PHP for WordPress/1.04-phpforwp-starter/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<?php

// Create an array of post objects using the create_post function
// Create an array of post objects using the display_post function


// Loop through array of posts and display each one on the page
Expand Down

0 comments on commit 7d54b54

Please sign in to comment.