Created
May 21, 2010 14:10
-
-
Save jhgreenblatt/408876 to your computer and use it in GitHub Desktop.
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
| <?php | |
| $new_meta_boxes = | |
| array( | |
| "input-one" => array( | |
| "name" => "input-one", | |
| "title" => "example one of a basic text input", | |
| "description" => "This is where you enter your description for input-one. | |
| It will display beneath the text input."), | |
| "input-two" => array( | |
| "name" => "input-two", | |
| "title" => "example two of a basic text input", | |
| "description" => "This is where you enter your description for input-two. | |
| It will display beneath the text input."), | |
| ); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment