Skip to content

Commit

Permalink
Fixed code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeluno committed Feb 22, 2019
1 parent 25322cf commit 82ec972
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -327,15 +327,15 @@ public function __construct( $oFactory ) {
'type' => 'text', 'type' => 'text',
'repeatable' => true, 'repeatable' => true,
'sortable' => true, 'sortable' => true,
'description' => array( 'description' => array(
__( 'Drag and drop the fields to change the order.', 'admin-page-framework-loader' ), __( 'Drag and drop the fields to change the order.', 'admin-page-framework-loader' ),
"<pre>" "<pre>"
. $oFactory->oWPRMParser->getSyntaxHighlightedPHPCode( . $oFactory->oWPRMParser->getSyntaxHighlightedPHPCode(
<<<EOD <<<EOD
array( array(
'type' => 'text', 'type' => 'text',
'sortable' => true, 'sortable' => true,
'repeatable' => true, 'repeatable' => true,
) )
EOD EOD
) )
Expand Down

0 comments on commit 82ec972

Please sign in to comment.