Convert all variables from camelCase to snake_case
This commit is contained in:
parent
2899e87cb0
commit
1371c19f4d
9 changed files with 401 additions and 401 deletions
|
@ -81,7 +81,7 @@ class MCI_Footnotes_Hooks {
|
|||
* @param string $p_str_plugin_file_name Plugins init file name.
|
||||
* @return array
|
||||
*/
|
||||
public static function Plugin_links( $p_arr_links, $p_str_plugin_file_name ) {
|
||||
public static function plugin_links( $p_arr_links, $p_str_plugin_file_name ) {
|
||||
// Append link to the WordPress Plugin page.
|
||||
$p_arr_links[] = sprintf( '<a href="http://wordpress.org/support/plugin/footnotes" target="_blank">%s</a>', __( 'Support', MCI_Footnotes_Config::C_STR_PLUGIN_NAME ) );
|
||||
// Append link to the Settings page.
|
||||
|
|
Reference in a new issue