Parsed: 111710

function _sort_name_callback( $a, $b ) {
  return strnatcasecmp( $a['name'], $b['name'] );
}