|
243 | 243 | // If these are left unchanged, they will not display in your panel! |
244 | 244 | $args['share_icons'][] = array( |
245 | 245 | 'url' => '//github.com/ReduxFramework/ReduxFramework', |
246 | | - 'title' => 'Visit us on GitHub', |
| 246 | + 'title' => __( 'Visit us on GitHub', 'your-textdomain-here' ), |
247 | 247 | 'icon' => 'el el-github', |
248 | 248 | ); |
249 | 249 | $args['share_icons'][] = array( |
250 | 250 | 'url' => '//www.facebook.com/pages/Redux-Framework/243141545850368', |
251 | | - 'title' => 'Like us on Facebook', |
| 251 | + 'title' => __( 'Like us on Facebook', 'your-textdomain-here' ), |
252 | 252 | 'icon' => 'el el-facebook', |
253 | 253 | ); |
254 | 254 | $args['share_icons'][] = array( |
255 | 255 | 'url' => '//twitter.com/reduxframework', |
256 | | - 'title' => 'Follow us on Twitter', |
| 256 | + 'title' => __( 'Follow us on Twitter', 'your-textdomain-here' ), |
257 | 257 | 'icon' => 'el el-twitter', |
258 | 258 | ); |
259 | 259 | $args['share_icons'][] = array( |
260 | 260 | 'url' => '//www.linkedin.com/company/redux-framework', |
261 | | - 'title' => 'Find us on LinkedIn', |
| 261 | + 'title' => __( 'Find us on LinkedIn', 'your-textdomain-here' ), |
262 | 262 | 'icon' => 'el el-linkedin', |
263 | 263 | ); |
264 | 264 |
|
|
0 commit comments