Changeset 1215555
- Timestamp:
- 08/08/2015 09:17:19 AM (11 years ago)
- File:
-
- 1 edited
-
shorter-links/trunk/shorter_links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shorter-links/trunk/shorter_links.php
r1215493 r1215555 117 117 } 118 118 119 function admin_page()119 public function admin_page() 120 120 { 121 121 include(dirname(__FILE__). '/settings.phtml'); 122 122 } 123 123 124 function admin_init(){124 public function admin_init(){ 125 125 register_setting( 'akrabat-sl', 'akrabat_sl_base_url'); 126 126 }
Note: See TracChangeset
for help on using the changeset viewer.