Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12503468
D3851.id9978.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
789 B
Referenced Files
None
Subscribers
None
D3851.id9978.diff
View Options
diff --git a/workspaces/src/includes/i18n/Language.php b/workspaces/src/includes/i18n/Language.php
--- a/workspaces/src/includes/i18n/Language.php
+++ b/workspaces/src/includes/i18n/Language.php
@@ -18,18 +18,6 @@
use Waystone\Workspaces\Engines\Controller\LoadableWithContext;
use Waystone\Workspaces\Engines\Framework\Context;
-/**
- * Gets a specified language expression defined in configuration file
- *
- * @param string $key the configuration key matching the value to get
- * @return string The value in the configuration file
- * @deprecated
- */
-function lang_get ($key) {
- trigger_error("The use of the L10n global functions is deprecated. Call Language::get('$key') instead.", E_USER_DEPRECATED);
- return Language::get($key);
-}
-
/**
* Language services
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 9, 18:36 (19 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3150497
Default Alt Text
D3851.id9978.diff (789 B)
Attached To
Mode
D3851: Remove deprecated and unused lang_get global function
Attached
Detach File
Event Timeline
Log In to Comment