Clean up spaces, tabs, indentation, and bracket formatting

This commit is contained in:
Brian Miyaji
2021-11-10 15:41:40 +09:00
parent e58beb1201
commit 3dff686a00
285 changed files with 29638 additions and 24147 deletions

View File

@@ -4,11 +4,11 @@
*
* Methods which tweak the WP Editor.
*
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.4
*/
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
@@ -51,8 +51,8 @@ class SP_Admin_Editor {
* @return array
*/
public function add_tinymce_lang( $arr ) {
$arr['sp_shortcodes_button'] = SP()->plugin_path() . '/assets/js/admin/editor-lang.php';
return $arr;
$arr['sp_shortcodes_button'] = SP()->plugin_path() . '/assets/js/admin/editor-lang.php';
return $arr;
}
/**