| 1 | <?php |
||
| 12 | class Carbon_Breadcrumb_L10n { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Constructor. |
||
| 16 | * |
||
| 17 | * Initializes and hooks the plugin localization functionality. |
||
| 18 | * |
||
| 19 | * @access public |
||
| 20 | */ |
||
| 21 | public function __construct() { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Load the plugin textdomain. |
||
| 28 | * |
||
| 29 | * @access public |
||
| 30 | */ |
||
| 31 | public function plugins_loaded() { |
||
| 36 | |||
| 37 | } |
||
| 38 |