Changeset 1165705
- Timestamp:
- 05/22/2015 12:55:52 PM (11 years ago)
- Location:
- shopello
- Files:
-
- 2 edited
-
tags/2.4.3/src/classes/SWP_MetaBox.php (modified) (1 diff)
-
trunk/src/classes/SWP_MetaBox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shopello/tags/2.4.3/src/classes/SWP_MetaBox.php
r1165651 r1165705 111 111 echo $this->view->render( 112 112 'admin/metabox', 113 [113 array( 114 114 'listings' => $listings, 115 115 'selectedId' => $selectedId 116 ]116 ) 117 117 ); 118 118 } -
shopello/trunk/src/classes/SWP_MetaBox.php
r1165651 r1165705 111 111 echo $this->view->render( 112 112 'admin/metabox', 113 [113 array( 114 114 'listings' => $listings, 115 115 'selectedId' => $selectedId 116 ]116 ) 117 117 ); 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.