aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/type_interface.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-13 09:42:57 +0200
committerPayBas <contact@paybas.com>2014-06-15 10:02:11 +0200
commit8e06d76aaa5179096923971893c26a7f8bfe2fbe (patch)
treed4001f2ec2ec518aa69bf1cfd813b927f1146753 /phpBB/phpbb/notification/type/type_interface.php
parenta9e6caa7756102e61ee50739ee562b0cf09965fd (diff)
downloadforums-8e06d76aaa5179096923971893c26a7f8bfe2fbe.tar
forums-8e06d76aaa5179096923971893c26a7f8bfe2fbe.tar.gz
forums-8e06d76aaa5179096923971893c26a7f8bfe2fbe.tar.bz2
forums-8e06d76aaa5179096923971893c26a7f8bfe2fbe.tar.xz
forums-8e06d76aaa5179096923971893c26a7f8bfe2fbe.zip
[ticket/12608] Changed get_styling() to get_style_class()
PHPBB3-12608
Diffstat (limited to 'phpBB/phpbb/notification/type/type_interface.php')
-rw-r--r--phpBB/phpbb/notification/type/type_interface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/notification/type/type_interface.php b/phpBB/phpbb/notification/type/type_interface.php
index b1e54d9b6b..5c5a110836 100644
--- a/phpBB/phpbb/notification/type/type_interface.php
+++ b/phpBB/phpbb/notification/type/type_interface.php
@@ -88,11 +88,11 @@ interface type_interface
public function load_special($data, $notifications);
/**
- * Get the styling of the notification
+ * Get the CSS style class of the notification
*
* @return string
*/
- public function get_styling();
+ public function get_style_class();
/**
* Get the HTML formatted title of this notification